Skip to content

Commit 10f5709

Browse files
fix(deps): update rust crate http-cache-reqwest to 0.15.0
1 parent 4cf48a1 commit 10f5709

File tree

3 files changed

+56
-15
lines changed

3 files changed

+56
-15
lines changed

Cargo.lock

+54-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tailcall-valid = "0.1.1"
3535
# one needs to add default feature tag if it is something IO related or might conflict with WASM
3636

3737
mimalloc = { version = "0.1.41", default-features = false, optional = true }
38-
http-cache-reqwest = { version = "0.13.0", features = [
38+
http-cache-reqwest = { version = "0.15.0", features = [
3939
"manager-moka",
4040
], default-features = false, optional = true }
4141
moka = { version = "0.12.7", default-features = false, features = [

tailcall-http-cache/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
http-cache-reqwest = { version = "0.13.0", default-features = false, features = ["manager-moka"] }
8+
http-cache-reqwest = { version = "0.15.0", default-features = false, features = ["manager-moka"] }
99
moka = { version = "0.12.7", default-features = false, features = [
1010
"future",
1111
]}

0 commit comments

Comments
 (0)