Skip to content

Commit

Permalink
Update Rust crate moka to 0.9.3 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 24, 2022
1 parent b60dc0e commit edd125f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ thiserror = "1"
tokio = { version = "1", features = ["full"] }
mvclient = { path = "../mvclient" }
tracing = "0.1"
moka = "0.9.2"
moka = "0.9.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion mvstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ blake3 = "1.3.1"
serde_json = "1"
serde_bytes = "0.11"
zstd = "0.11.2"
moka = { version = "0.9.2", features = ["future"] }
moka = { version = "0.9.3", features = ["future"] }
bloom = "0.3.2"
constant_time_eq = "0.2.4"

0 comments on commit edd125f

Please sign in to comment.