diff --git a/Cargo.toml b/Cargo.toml index 1b7c39a..16d0e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "tower-cookies" readme = "README.md" repository = "https://github.com/imbolc/tower-cookies" -version = "0.9.0" +version = "0.10.0" [features] default = ["axum-core"] @@ -19,7 +19,7 @@ private = ["cookie/secure"] [dependencies] async-trait = "0.1" axum-core = { version = "0.4", optional = true } -cookie = { version = "0.17", features = ["percent-encode"] } +cookie = { version = "0.18", features = ["percent-encode"] } futures-util = "0.3" http = "1.0" parking_lot = "0.12" @@ -29,7 +29,7 @@ tower-service = "0.3" [dev-dependencies] axum = "0.7" -hyper = "1.0" +hyper = "1" once_cell = "1.9" rusty-hook = "0.11" tokio = { version = "1", features = ["full"] }