Skip to content

Commit

Permalink
fix(deps): update rust crate http-cache-reqwest to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 9413e78 commit 0fcebf7
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 34 deletions.
115 changes: 82 additions & 33 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio = { version = "1.37.0", features = ["rt", "time"] }
# one needs to add default feature tag if it is something IO related or might conflict with WASM

mimalloc = { version = "0.1.41", default-features = false, optional = true }
http-cache-reqwest = { version = "0.13.0", features = [
http-cache-reqwest = { version = "0.14.0", features = [
"manager-moka",
], default-features = false, optional = true }
moka = { version = "0.12.7", default-features = false, features = [
Expand Down

0 comments on commit 0fcebf7

Please sign in to comment.