From 271f3fe6618ee70b97953c607d2abf39e4598a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:16:04 +0000 Subject: [PATCH] chore(deps): Update trie-rs requirement from 0.1.1 to 0.4.2 Updates the requirements on [trie-rs](https://github.com/laysakura/trie-rs) to permit the latest version. - [Changelog](https://github.com/laysakura/trie-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/laysakura/trie-rs/compare/v0.1.1...v0.4.2) --- updated-dependencies: - dependency-name: trie-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50da3e5..6bb394b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ criterion = { version = "0.5.1", features = ["html_reports"] } fst = "0.4.7" phf = { version = "0.11.1", features = ["macros"] } rstest = "0.18.1" -trie-rs = "0.1.1" +trie-rs = "0.4.2" [workspace]