From 6c00aedd6e27ed8baaab05eea6c2126307756471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 22:38:52 +0000 Subject: [PATCH] Update cookie requirement from 0.16 to 0.17 Updates the requirements on [cookie](https://github.com/SergioBenitez/cookie-rs) to permit the latest version. - [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/SergioBenitez/cookie-rs/compare/0.16.0...0.17.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- actix-web/Cargo.toml | 2 +- awc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] }