diff --git a/Cargo.toml b/Cargo.toml index ebc06ee..ed37cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tls = ["rustls", "webpki", "webpki-roots"] cookies = ["cookie"] [dependencies] -base64 = "0.10" +base64 = "0.11" chunked_transfer = "1" cookie = { version = "0.12", features = ["percent-encode"], optional = true} lazy_static = "1"