Upgrade private dependencies (#2935)

This commit is contained in:
Jonas Platte
2024-09-27 21:22:29 +02:00
parent 6ec3a51f2d
commit 4fc0641874
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ axum = { path = "../../axum" }
hyper = { version = "1", features = ["full"] }
hyper-util = "0.1.1"
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["make"] }
tower = { version = "0.4", features = ["make", "util"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }