Skip to content

Commit

Permalink
chore(deps): Update trie-rs requirement from 0.1.1 to 0.4.0
Browse files Browse the repository at this point in the history
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](laysakura/trie-rs@v0.1.1...v0.4.0)

---
updated-dependencies:
- dependency-name: trie-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent c6ccf71 commit f62c56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"

[workspace]

Expand Down

0 comments on commit f62c56b

Please sign in to comment.