Skip to content

Commit

Permalink
update tower and tower_http
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptrskay3 committed Oct 6, 2024
1 parent 7c46c0b commit 88d7fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ http-body = "1.0.0"
metrics = "0.23.0"
metrics-exporter-prometheus = { version = "0.15.0", optional = true, default-features = false, features = ["http-listener"] }
pin-project = "1.0.12"
tower = "0.4.13"
tower = "0.5.1"
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }
tower-http = "0.5.0"
tower-http = "0.6.1"
bytes = "1.2.1"
futures-core = "0.3.24"
matchit = "0.7"
Expand Down

0 comments on commit 88d7fd1

Please sign in to comment.