Skip to content

Commit

Permalink
deps: bump js-sys from 0.3.64 to 0.3.65
Browse files Browse the repository at this point in the history
Pull-Request: #4800.
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 7641b14 commit 3a6b72f
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.4.0", features = ["cors"] }
mime_guess = "2.0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.64"
js-sys = "0.3.65"
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "wasm-bindgen"] }
libp2p-webrtc-websys = { workspace = true }
wasm-bindgen = "0.2.88"
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.29"
js-sys = "0.3.61"
js-sys = "0.3.65"
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.29"
js-sys = "0.3.64"
js-sys = "0.3.65"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-noise = { workspace = true }
Expand Down

0 comments on commit 3a6b72f

Please sign in to comment.