diff --git a/http-cache-quickcache/Cargo.toml b/http-cache-quickcache/Cargo.toml index f85f7b4..a7bc92e 100644 --- a/http-cache-quickcache/Cargo.toml +++ b/http-cache-quickcache/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.88.0" [dependencies] async-trait = "0.1.85" postcard = { version = "1.1", default-features = false, features = ["alloc"] } -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" serde = { version = "1.0.217", features = ["derive"] } quick_cache = "0.6.9" http = "1.2.0" diff --git a/http-cache-reqwest/Cargo.toml b/http-cache-reqwest/Cargo.toml index 73fcb0a..b9fdc30 100644 --- a/http-cache-reqwest/Cargo.toml +++ b/http-cache-reqwest/Cargo.toml @@ -22,7 +22,7 @@ bytes = "1.8.0" http = "1.2.0" http-body = "1.0.1" http-body-util = "0.1.2" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" reqwest = { version = "0.13.1", default-features = false, features = [ "stream", ] } diff --git a/http-cache-surf/Cargo.toml b/http-cache-surf/Cargo.toml index ac6492f..2b850c1 100644 --- a/http-cache-surf/Cargo.toml +++ b/http-cache-surf/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.88.0" [dependencies] async-trait = "0.1.85" http = "1.2.0" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" http-types = "2.12.0" surf = { version = "2.3.2", default-features = false } diff --git a/http-cache-tower-server/Cargo.toml b/http-cache-tower-server/Cargo.toml index 3f61adc..eb93984 100644 --- a/http-cache-tower-server/Cargo.toml +++ b/http-cache-tower-server/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.88.0" [dependencies] http-cache = { version = "1.0.0-alpha.4", path = "../http-cache", default-features = false } -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" tower = { version = "0.5.2", features = ["util"] } http = "1.2.0" http-body = "1.0.1" diff --git a/http-cache-tower/Cargo.toml b/http-cache-tower/Cargo.toml index 6a51395..4c05469 100644 --- a/http-cache-tower/Cargo.toml +++ b/http-cache-tower/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.88.0" [dependencies] http-cache = { version = "1.0.0-alpha.4", path = "../http-cache", default-features = false } -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" tower = { version = "0.5.2", features = ["util"] } http = "1.2.0" http-body = "1.0.1" diff --git a/http-cache-ureq/Cargo.toml b/http-cache-ureq/Cargo.toml index 0483eea..41bf476 100644 --- a/http-cache-ureq/Cargo.toml +++ b/http-cache-ureq/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.88.0" [dependencies] async-trait = "0.1.85" http = "1.2.0" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" serde = { version = "1.0.217", features = ["derive"] } serde_json = { version = "1.0", optional = true } smol = "2.0.2" diff --git a/http-cache/Cargo.toml b/http-cache/Cargo.toml index 80bdbda..43fcaf5 100644 --- a/http-cache/Cargo.toml +++ b/http-cache/Cargo.toml @@ -28,7 +28,7 @@ log = "0.4.22" http = "1.2.0" http-body = "1.0.1" http-body-util = "0.1.2" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" http-types = { version = "2.12.0", default-features = false, optional = true } httpdate = "1.0.3" moka = { version = "0.12.10", features = ["future"], optional = true } @@ -52,7 +52,7 @@ rand = { version = "0.9.2", optional = true } [dev-dependencies] smol = "2.0.2" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" tokio = { version = "1.43.0", features = [ "macros", "rt", "rt-multi-thread" ] } tempfile = "3.13.0" macro_rules_attribute = "0.2.0"