Skip to content

Commit f0634b6

Browse files
deps: bump rust-embed from 8.7.0 to 8.11.0
Pull-Request: #6312.
1 parent 4e1092c commit f0634b6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser-webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tracing-subscriber = { workspace = true, features = ["env-filter"] }
2626
axum = "0.7.5"
2727
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "tokio"] }
2828
libp2p-webrtc = { workspace = true, features = ["tokio"] }
29-
rust-embed = { version = "8.4.0", features = ["include-exclude", "interpolate-folder-path"] }
29+
rust-embed = { version = "8.11.0", features = ["include-exclude", "interpolate-folder-path"] }
3030
tokio = { workspace = true, features = ["macros", "net", "rt", "signal"] }
3131
tokio-util = { version = "0.7", features = ["compat"] }
3232
tower = "0.4"

interop-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mime_guess = "2.0"
3030
redis = { version = "0.24.0", default-features = false, features = [
3131
"tokio-comp",
3232
] }
33-
rust-embed = "8.4"
33+
rust-embed = "8.11"
3434
serde_json = "1"
3535
thirtyfour = "=0.32.0" # https://github.com/stevepryde/thirtyfour/issues/169
3636
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)