Skip to content

Commit

Permalink
fix(deps): update rust crate moka to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2023
1 parent ec0cb13 commit 6272e8b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
34 changes: 14 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mvfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
lazy_static = "1.4.0"
reqwest = { version = "0.11.11", default-features = false } # the dependent crate should set its own features
moka = { version = "0.9.4" }
moka = { version = "0.11.3" }
bytes = "1.4.0"
2 changes: 1 addition & 1 deletion mvstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ blake3 = "1.3.1"
serde_json = "1"
serde_bytes = "0.11"
zstd = "0.11.2"
moka = { version = "0.9.4", features = ["future"] }
moka = { version = "0.11.3", features = ["future"] }
bloom = "0.3.2"
constant_time_eq = "0.2.4"
heapless = { version = "0.7", features = ["serde"] }
Expand Down

0 comments on commit 6272e8b

Please sign in to comment.