Upgrade tower and tower-http

This commit is contained in:
Jonas Platte
2024-09-20 20:57:12 +02:00
parent f446b420ba
commit d2d74f6ad1
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ tower-layer = "0.3"
tower-service = "0.3"
# optional dependencies
tower-http = { version = "0.5.0", optional = true, features = ["limit"] }
tower-http = { version = "0.6.0", optional = true, features = ["limit"] }
tracing = { version = "0.1.37", default-features = false, optional = true }
[dev-dependencies]
@@ -41,7 +41,7 @@ axum-extra = { path = "../axum-extra", features = ["typed-header"] }
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
hyper = "1.0.0"
tokio = { version = "1.25.0", features = ["macros"] }
tower-http = { version = "0.5.0", features = ["limit"] }
tower-http = { version = "0.6.0", features = ["limit"] }
[package.metadata.cargo-public-api-crates]
allowed = [