deps: bump tokio from 1.32.0 to 1.33.0

Pull-Request: #4615.
This commit is contained in:
dependabot[bot]
2023-10-10 05:17:02 +00:00
committed by GitHub
parent 6cc40fe533
commit 3ae72557ab
21 changed files with 27 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ axum = "0.6.19"
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "wasm-bindgen", "tokio"] }
libp2p-webrtc = { workspace = true, features = ["tokio"] }
rust-embed = { version = "8.0.0", features = ["include-exclude", "interpolate-folder-path"] }
tokio = { version = "1.29", features = ["macros", "net", "rt", "signal"] }
tokio = { version = "1.33", features = ["macros", "net", "rt", "signal"] }
tokio-util = { version = "0.7", features = ["compat"] }
tower = "0.4"
tower-http = { version = "0.4.0", features = ["cors"] }