Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/lru-0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 8, 2023
2 parents b0c208f + dbfda10 commit 097b6e3
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/browser-webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ 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"
wasm-bindgen-futures = "0.4.37"
wasm-bindgen-futures = "0.4.38"
wasm-logger = { version = "0.2.0" }
web-sys = { version = "0.3", features = ['Document', 'Element', 'HtmlElement', 'Node', 'Response', 'Window'] }

Expand Down
2 changes: 1 addition & 1 deletion swarm-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true
[dependencies]
heck = "0.4"
quote = "1.0"
syn = { version = "2.0.38", default-features = false, features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"] }
syn = { version = "2.0.39", default-features = false, features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"] }
proc-macro2 = "1.0"

# Passing arguments to the docsrs builder in order to properly document cfg's.
Expand Down
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rand = "0.8"
smallvec = "1.11.1"
tracing = "0.1.37"
void = "1"
wasm-bindgen-futures = { version = "0.4.37", optional = true }
wasm-bindgen-futures = { version = "0.4.38", optional = true }

[target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies]
async-std = { version = "1.6.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc-websys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
thiserror = "1"
tracing = "0.1.37"
wasm-bindgen = { version = "0.2.88" }
wasm-bindgen-futures = { version = "0.4.37" }
wasm-bindgen-futures = { version = "0.4.38" }
web-sys = { version = "0.3.64", features = ["Document", "Location", "MessageEvent", "Navigator", "RtcCertificate", "RtcConfiguration", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelInit", "RtcDataChannelState", "RtcDataChannelType", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit", "Window"] }

[dev-dependencies]
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
4 changes: 2 additions & 2 deletions 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 All @@ -25,7 +25,7 @@ send_wrapper = { version = "0.6.0", features = ["futures"] }
thiserror = "1.0.50"
tracing = "0.1.37"
wasm-bindgen = "0.2.88"
wasm-bindgen-futures = "0.4.37"
wasm-bindgen-futures = "0.4.38"
web-sys = { version = "0.3.64", features = [
"ReadableStreamDefaultReader",
"WebTransport",
Expand Down
2 changes: 1 addition & 1 deletion wasm-tests/webtransport-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libp2p-webtransport-websys = { workspace = true }
multiaddr = { workspace = true }
multihash = { workspace = true }
wasm-bindgen = "0.2.88"
wasm-bindgen-futures = "0.4.37"
wasm-bindgen-futures = "0.4.38"
wasm-bindgen-test = "0.3.37"
web-sys = { version = "0.3.64", features = ["Response", "Window"] }

Expand Down

0 comments on commit 097b6e3

Please sign in to comment.