Skip to content

Commit

Permalink
Cookie v0.18, closes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
imbolc committed Nov 27, 2023
1 parent d5fdc8e commit a5365ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand All @@ -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"] }
Expand Down

0 comments on commit a5365ab

Please sign in to comment.