diff --git a/Cargo.toml b/Cargo.toml index 8eda70a5f..94b81cf39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ time = "0.1" # actix web session actix-web = { version = "0.7", optional=true } -cookie = { version="0.10", features=["percent-encode", "secure"], optional=true } +cookie = { version="0.11", features=["percent-encode", "secure"], optional=true } http = { version="0.1", optional=true } rand = { version="0.5", optional=true } serde = { version="1.0", optional=true }