Skip to content

Commit 1361ead

Browse files
deps: bump web-sys from 0.3.65 to 0.3.66
Pull-Request: #4976.
1 parent 111f9b1 commit 1361ead

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

transports/webrtc-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ thiserror = "1"
2727
tracing = "0.1.37"
2828
wasm-bindgen = { version = "0.2.89" }
2929
wasm-bindgen-futures = { version = "0.4.39" }
30-
web-sys = { version = "0.3.65", features = ["Document", "Location", "MessageEvent", "Navigator", "RtcCertificate", "RtcConfiguration", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelInit", "RtcDataChannelState", "RtcDataChannelType", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit", "Window"] }
30+
web-sys = { version = "0.3.66", features = ["Document", "Location", "MessageEvent", "Navigator", "RtcCertificate", "RtcConfiguration", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelInit", "RtcDataChannelState", "RtcDataChannelType", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit", "Window"] }
3131

3232
[dev-dependencies]
3333
hex-literal = "0.4"

transports/websocket-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ parking_lot = "0.12.1"
2020
send_wrapper = "0.6.0"
2121
thiserror = "1.0.50"
2222
wasm-bindgen = "0.2.89"
23-
web-sys = { version = "0.3.65", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket", "Window", "WorkerGlobalScope"] }
23+
web-sys = { version = "0.3.66", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket", "Window", "WorkerGlobalScope"] }
2424

2525
# Passing arguments to the docsrs builder in order to properly document cfg's.
2626
# More information: https://docs.rs/about/builds#cross-compiling

transports/webtransport-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ thiserror = "1.0.50"
2626
tracing = "0.1.37"
2727
wasm-bindgen = "0.2.89"
2828
wasm-bindgen-futures = "0.4.39"
29-
web-sys = { version = "0.3.65", features = [
29+
web-sys = { version = "0.3.66", features = [
3030
"ReadableStreamDefaultReader",
3131
"WebTransport",
3232
"WebTransportBidirectionalStream",

wasm-tests/webtransport-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ multihash = { workspace = true }
2020
wasm-bindgen = "0.2.89"
2121
wasm-bindgen-futures = "0.4.39"
2222
wasm-bindgen-test = "0.3.38"
23-
web-sys = { version = "0.3.65", features = ["Response", "Window"] }
23+
web-sys = { version = "0.3.66", features = ["Response", "Window"] }
2424

2525
[lints]
2626
workspace = true

0 commit comments

Comments
 (0)