Skip to content

Commit

Permalink
Merge pull request #9 from ohsayan/main
Browse files Browse the repository at this point in the history
Upgrade dependencies to their latest versions
  • Loading branch information
imbolc authored Feb 7, 2022
2 parents e40f2ec + 55e4fd1 commit ed1c98e
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 @@ -19,10 +19,10 @@ private = ["cookie/secure"]
[dependencies]
async-trait = "0.1"
axum-core = { version = "0.1", optional = true }
cookie = { version = "0.15", features = ["percent-encode"] }
cookie = { version = "0.16", features = ["percent-encode"] }
futures-util = "0.3"
http = "0.2"
parking_lot = "0.11"
parking_lot = "0.12"
pin-project-lite = "0.2"
tower-layer = "0.3"
tower-service = "0.3"
Expand All @@ -33,7 +33,7 @@ hyper = "0.14"
rusty-hook = "0.11"
tokio = { version = "1", features = ["full"] }
tower = "0.4"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit ed1c98e

Please sign in to comment.