Skip to content

Commit 561e77a

Browse files
deps: bump rust-embed from 8.2.0 to 8.11.0
Bumps rust-embed from 8.2.0 to 8.11.0. --- updated-dependencies: - dependency-name: rust-embed dependency-version: 8.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d9be84 commit 561e77a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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 = { version = "0.3", features = ["env-filter"] }
2626
axum = "0.7.4"
2727
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "tokio"] }
2828
libp2p-webrtc = { workspace = true, features = ["tokio"] }
29-
rust-embed = { version = "8.2.0", features = ["include-exclude", "interpolate-folder-path"] }
29+
rust-embed = { version = "8.11.0", features = ["include-exclude", "interpolate-folder-path"] }
3030
tokio = { version = "1.36", 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
@@ -31,7 +31,7 @@ mime_guess = "2.0"
3131
redis = { version = "0.23.3", default-features = false, features = [
3232
"tokio-comp",
3333
] }
34-
rust-embed = "8.2"
34+
rust-embed = "8.11"
3535
serde_json = "1"
3636
thirtyfour = "=0.32.0-rc.8" # https://github.com/stevepryde/thirtyfour/issues/169
3737
tokio = { version = "1.36.0", features = ["full"] }

0 commit comments

Comments
 (0)