deps: bump rust-embed from 6.8.1 to 8.0.0

Pull-Request: #4514.
This commit is contained in:
dependabot[bot]
2023-09-18 09:29:47 +00:00
committed by GitHub
parent 8a523f950f
commit 589ca19f6d
2 changed files with 8 additions and 42 deletions

View File

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