Skip to content

Commit

Permalink
fix(deps): update rust crate quick_cache to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 0c6fda1 commit 2cc9882
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 @@ -31,7 +31,7 @@ guardian = "1.1.0"
log = "0.4.20"
lz4_flex = "0.11.2"
min-max-heap = "1.3.0"
quick_cache = { version = "0.4.0", default-features = false, features = [] }
quick_cache = { version = "0.4.1", default-features = false, features = [] }
rand = "0.8.5"
seahash = { version = "4.1.0", optional = true }
serde = { version = "1.0.195", features = ["derive", "rc"] }
Expand Down

0 comments on commit 2cc9882

Please sign in to comment.