diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml index 791ee513..3124f0cc 100644 --- a/core/http/Cargo.toml +++ b/core/http/Cargo.toml @@ -23,15 +23,15 @@ percent-encoding = "1" hyper = { version = "0.10.13", default-features = false } time = "0.1" indexmap = "1.0" -rustls = { version = "0.12.0", optional = true } +rustls = { version = "0.13", optional = true } [dependencies.cookie] git = "https://github.com/alexcrichton/cookie-rs" -rev = "0365a18" +rev = "f191ca50" features = ["percent-encode", "secure"] [dependencies.hyper-sync-rustls] -version = "=0.3.0-rc.2" +version = "=0.3.0-rc.3" features = ["server"] optional = true