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 }