Skip to content

Commit

Permalink
Update Rust crate moka to 0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent b358c87 commit ed7e520
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 @@ -43,7 +43,7 @@ async-trait = "0.1"
hex = "0.4"
backoff = { version = "0.4", features = ["tokio"] }
redb = { version = "2.1", optional = true }
moka = { version = "0.12", features = ["future"], optional = true } # Caching library
moka = { version = "0.12.7", features = ["future"], optional = true } # Caching library

[dev-dependencies]
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }
Expand Down

0 comments on commit ed7e520

Please sign in to comment.