Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/axum-49ca36d173
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 12, 2024
2 parents 59554c4 + fb9f3b6 commit 1638924
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 34 deletions.
52 changes: 26 additions & 26 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ libp2p-yamux = { version = "0.45.1", path = "muxers/yamux" }
multiaddr = "0.18.1"
multihash = "0.19.1"
multistream-select = { version = "0.13.0", path = "misc/multistream-select" }
prometheus-client = "0.22.1"
prometheus-client = "0.22.2"
quick-protobuf-codec = { version = "0.3.1", path = "misc/quick-protobuf-codec" }
quickcheck = { package = "quickcheck-ext", path = "misc/quickcheck-ext" }
rw-stream-sink = { version = "0.4.0", path = "misc/rw-stream-sink" }
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "was
libp2p-webrtc-websys = { workspace = true }
tracing-wasm = "0.2.1"
wasm-bindgen = "0.2.90"
wasm-bindgen-futures = "0.4.41"
wasm-bindgen-futures = "0.4.42"
web-sys = { version = "0.3", features = ['Document', 'Element', 'HtmlElement', 'Node', 'Response', 'Window'] }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
async-std = { version = "1.12.0", optional = true }
async-io = { version = "2.3.1", optional = true }
async-io = { version = "2.3.2", optional = true }
data-encoding = "2.5.0"
futures = "0.3.30"
if-watch = "3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rand = "0.8"
smallvec = "1.13.1"
tracing = "0.1.37"
void = "1"
wasm-bindgen-futures = { version = "0.4.41", optional = true }
wasm-bindgen-futures = { version = "0.4.42", 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/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
async-io = { version = "2.3.1", optional = true }
async-io = { version = "2.3.2", optional = true }
futures = "0.3.30"
futures-timer = "3.0"
if-watch = "3.2.0"
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 @@ -24,7 +24,7 @@ send_wrapper = { version = "0.6.0", features = ["futures"] }
thiserror = "1"
tracing = "0.1.37"
wasm-bindgen = { version = "0.2.90" }
wasm-bindgen-futures = { version = "0.4.41" }
wasm-bindgen-futures = { version = "0.4.42" }
web-sys = { version = "0.3.68", features = ["Document", "Location", "MessageEvent", "Navigator", "RtcCertificate", "RtcConfiguration", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelInit", "RtcDataChannelState", "RtcDataChannelType", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit", "Window"] }

[lints]
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 @@ -25,7 +25,7 @@ send_wrapper = { version = "0.6.0", features = ["futures"] }
thiserror = "1.0.57"
tracing = "0.1.37"
wasm-bindgen = "0.2.90"
wasm-bindgen-futures = "0.4.41"
wasm-bindgen-futures = "0.4.42"
web-sys = { version = "0.3.68", 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.90"
wasm-bindgen-futures = "0.4.41"
wasm-bindgen-futures = "0.4.42"
wasm-bindgen-test = "0.3.41"
web-sys = { version = "0.3.68", features = ["Response", "Window"] }

Expand Down

0 comments on commit 1638924

Please sign in to comment.