Skip to content

Commit

Permalink
Update to cookie 0.17 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn authored Feb 12, 2023
1 parent dab73ba commit 50b9c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private = ["cookie/secure"]
[dependencies]
async-trait = "0.1"
axum-core = { version = "0.3", optional = true }
cookie = { version = "0.16", features = ["percent-encode"] }
cookie = { version = "0.17", features = ["percent-encode"] }
futures-util = "0.3"
http = "0.2"
parking_lot = "0.12"
Expand Down

0 comments on commit 50b9c7f

Please sign in to comment.