From 1c5a1b5448fa8ce56ab3eacbaea29e571086b1ae Mon Sep 17 00:00:00 2001 From: Christian Haynes <06chaynes@gmail.com> Date: Thu, 16 Feb 2023 22:13:05 -0500 Subject: [PATCH] updated cookie to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42cc51ab..dcf1288e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ async-std = { version = "1.6.0", optional = true } http = { version = "0.2.0", optional = true } # features: cookies -cookie = { version = "0.16.0", features = ["percent-encode"], optional = true } +cookie = { version = "0.17.0", features = ["percent-encode"], optional = true } # features: serde serde_json = { version = "1.0.51", optional = true }