diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml index 4322fb871..36e08b2c3 100644 --- a/actix-web/Cargo.toml +++ b/actix-web/Cargo.toml @@ -78,7 +78,7 @@ ahash = "0.8" bytes = "1" bytestring = "1" cfg-if = "1" -cookie = { version = "0.16", features = ["percent-encode"], optional = true } +cookie = { version = "0.17", features = ["percent-encode"], optional = true } derive_more = "0.99.8" encoding_rs = "0.8" futures-core = { version = "0.3.17", default-features = false } diff --git a/awc/Cargo.toml b/awc/Cargo.toml index daec84ab9..81d3daeb4 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -81,7 +81,7 @@ serde_json = "1.0" serde_urlencoded = "0.7" tokio = { version = "1.24.2", features = ["sync"] } -cookie = { version = "0.16", features = ["percent-encode"], optional = true } +cookie = { version = "0.17", features = ["percent-encode"], optional = true } tls-openssl = { package = "openssl", version = "0.10.55", optional = true } tls-rustls = { package = "rustls", version = "0.20", optional = true, features = ["dangerous_configuration"] }