Skip to content

Commit

Permalink
deps: bump js-sys from 0.3.65 to 0.3.66
Browse files Browse the repository at this point in the history
Pull-Request: #4947.
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 3fc1d18 commit c796200
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.4.0", features = ["cors"] }
mime_guess = "2.0.4"

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

0 comments on commit c796200

Please sign in to comment.