diff --git a/Cargo.toml b/Cargo.toml index c7b368b..e126b36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,8 +46,8 @@ socks = { version = "0.3.2", optional = true } tokio-rustls = { version = "0.9", optional = true } trust-dns-resolver = { version = "0.11", optional = true } webpki-roots = { version = "0.16", optional = true } -cookie_store = "0.5.1" -cookie = "0.11.0" +cookie_store = "0.7.0" +cookie = "0.12.0" time = "0.1.42" [dev-dependencies]