Skip to content

Commit

Permalink
deps: bump js-sys from 0.3.66 to 0.3.67
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#5091.
  • Loading branch information
dependabot[bot] committed Jan 15, 2024
1 parent ad2579d commit 1e3b839
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -34,7 +34,7 @@ tower-http = { version = "0.5.0", features = ["cors"] }
mime_guess = "2.0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.66"
js-sys = "0.3.67"
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "wasm-bindgen"] }
libp2p-webrtc-websys = { workspace = true }
tracing-wasm = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket-websys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
bytes = "1.4.0"
futures = "0.3.30"
js-sys = "0.3.66"
js-sys = "0.3.67"
libp2p-core = { workspace = true }
tracing = "0.1.37"
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion transports/webtransport-websys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.30"
js-sys = "0.3.66"
js-sys = "0.3.67"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-noise = { workspace = true }
Expand Down

0 comments on commit 1e3b839

Please sign in to comment.