Skip to content

Commit 9e57ac4

Browse files
deps: bump wasm-bindgen from 0.2.91 to 0.2.106
Bumps [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) from 0.2.91 to 0.2.106. - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.91...0.2.106) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.106 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d9be84 commit 9e57ac4

File tree

6 files changed

+19
-28
lines changed

6 files changed

+19
-28
lines changed

Cargo.lock

Lines changed: 14 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser-webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ js-sys = "0.3.67"
3838
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "wasm-bindgen"] }
3939
libp2p-webrtc-websys = { workspace = true }
4040
tracing-wasm = "0.2.1"
41-
wasm-bindgen = "0.2.90"
41+
wasm-bindgen = "0.2.106"
4242
wasm-bindgen-futures = "0.4.41"
4343
web-sys = { version = "0.3", features = ['Document', 'Element', 'HtmlElement', 'Node', 'Response', 'Window'] }
4444

transports/webrtc-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libp2p-webrtc-utils = { workspace = true }
2323
send_wrapper = { version = "0.6.0", features = ["futures"] }
2424
thiserror = "1"
2525
tracing = "0.1.37"
26-
wasm-bindgen = { version = "0.2.90" }
26+
wasm-bindgen = { version = "0.2.106" }
2727
wasm-bindgen-futures = { version = "0.4.41" }
2828
web-sys = { version = "0.3.68", features = ["Document", "Location", "MessageEvent", "Navigator", "RtcCertificate", "RtcConfiguration", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelInit", "RtcDataChannelState", "RtcDataChannelType", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit", "Window"] }
2929

transports/websocket-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tracing = "0.1.37"
1919
parking_lot = "0.12.1"
2020
send_wrapper = "0.6.0"
2121
thiserror = "1.0.57"
22-
wasm-bindgen = "0.2.90"
22+
wasm-bindgen = "0.2.106"
2323
web-sys = { version = "0.3.68", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket", "Window", "WorkerGlobalScope"] }
2424

2525
# Passing arguments to the docsrs builder in order to properly document cfg's.

transports/webtransport-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ multihash = { workspace = true }
2424
send_wrapper = { version = "0.6.0", features = ["futures"] }
2525
thiserror = "1.0.57"
2626
tracing = "0.1.37"
27-
wasm-bindgen = "0.2.90"
27+
wasm-bindgen = "0.2.106"
2828
wasm-bindgen-futures = "0.4.41"
2929
web-sys = { version = "0.3.68", features = [
3030
"ReadableStreamDefaultReader",

wasm-tests/webtransport-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libp2p-noise = { workspace = true }
1717
libp2p-webtransport-websys = { workspace = true }
1818
multiaddr = { workspace = true }
1919
multihash = { workspace = true }
20-
wasm-bindgen = "0.2.90"
20+
wasm-bindgen = "0.2.106"
2121
wasm-bindgen-futures = "0.4.41"
2222
wasm-bindgen-test = "0.3.41"
2323
web-sys = { version = "0.3.68", features = ["Response", "Window"] }

0 commit comments

Comments
 (0)