Skip to content

Commit

Permalink
deps: bump rust-embed from 8.0.0 to 8.1.0
Browse files Browse the repository at this point in the history
Pull-Request: #5000.
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent e580f34 commit c115cdd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/browser-webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
axum = "0.7.1"
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "tokio"] }
libp2p-webrtc = { workspace = true, features = ["tokio"] }
rust-embed = { version = "8.0.0", features = ["include-exclude", "interpolate-folder-path"] }
rust-embed = { version = "8.1.0", features = ["include-exclude", "interpolate-folder-path"] }
tokio = { version = "1.35", features = ["macros", "net", "rt", "signal"] }
tokio-util = { version = "0.7", features = ["compat"] }
tower = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion interop-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mime_guess = "2.0"
redis = { version = "0.23.3", default-features = false, features = [
"tokio-comp",
] }
rust-embed = "8.0"
rust-embed = "8.1"
serde_json = "1"
thirtyfour = "=0.32.0-rc.8" # https://github.com/stevepryde/thirtyfour/issues/169
tokio = { version = "1.35.0", features = ["full"] }
Expand Down

0 comments on commit c115cdd

Please sign in to comment.