Skip to content

Commit

Permalink
deps: bump js-sys from 0.3.68 to 0.3.69
Browse files Browse the repository at this point in the history
Pull-Request: #5222.
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 6130cd6 commit 7580147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2", features = ["cors"] }
mime_guess = "2.0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.67"
js-sys = "0.3.69"
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.6.0"
futures = "0.3.30"
js-sys = "0.3.67"
js-sys = "0.3.69"
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.67"
js-sys = "0.3.69"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-noise = { workspace = true }
Expand Down

0 comments on commit 7580147

Please sign in to comment.