chore: Update to tower-http 0.4 (#1296)

* chore: Update to tower-http 0.4

* chore(tonic): Update to axum 0.6.9
This commit is contained in:
tottoto
2023-02-27 14:33:14 +00:00
committed by GitHub
parent d6041a99c2
commit 838d91aca3
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ hyper-timeout = {version = "0.4", optional = true}
tokio = {version = "1.0.1", features = ["net", "time", "macros"], optional = true}
tokio-stream = "0.1"
tower = {version = "0.4.7", default-features = false, features = ["balance", "buffer", "discover", "limit", "load", "make", "timeout", "util"], optional = true}
axum = {version = "0.6", default_features = false, optional = true}
axum = {version = "0.6.9", default_features = false, optional = true}
# rustls
async-stream = { version = "0.3", optional = true }