Skip to content

Commit

Permalink
fix(deps): update rust crate http-cache-reqwest to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 76fc565 commit 9e30195
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 15 deletions.
67 changes: 54 additions & 13 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 @@ -35,7 +35,7 @@ tailcall-valid = "0.1.1"
# 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.15.0", features = [
"manager-moka",
], default-features = false, optional = true }
moka = { version = "0.12.7", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion tailcall-http-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
http-cache-reqwest = { version = "0.13.0", default-features = false, features = ["manager-moka"] }
http-cache-reqwest = { version = "0.15.0", default-features = false, features = ["manager-moka"] }
moka = { version = "0.12.7", default-features = false, features = [
"future",
]}
Expand Down

0 comments on commit 9e30195

Please sign in to comment.