Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/mio-0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 11, 2024
2 parents 40cdca5 + 471e029 commit eb04141
Show file tree
Hide file tree
Showing 19 changed files with 51 additions and 52 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
(In alphabetical order.)

- João Oliveira ([@jxs](https://github.com/jxs))
- Max Inden ([@mxinden](https://github.com/mxinden/))
- Thomas Eizinger ([@thomaseizinger](https://github.com/thomaseizinger))

## Notable users
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ quick-protobuf = "0.8"
rand = "0.8"
rw-stream-sink = { workspace = true }
serde = { version = "1", optional = true, features = ["derive"] }
smallvec = "1.12.0"
smallvec = "1.13.1"
thiserror = "1.0"
tracing = "0.1.37"
unsigned-varint = { workspace = true }
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 misc/multistream-select/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytes = "1"
futures = "0.3"
tracing = "0.1.37"
pin-project = "1.1.4"
smallvec = "1.12.0"
smallvec = "1.13.1"
unsigned-varint = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion muxers/mplex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libp2p-identity = { workspace = true }
nohash-hasher = "0.2"
parking_lot = "0.12"
rand = "0.8"
smallvec = "1.12.0"
smallvec = "1.13.1"
tracing = "0.1.37"
unsigned-varint = { workspace = true, features = ["asynchronous_codec"] }

Expand Down
2 changes: 1 addition & 1 deletion protocols/dcutr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ quick-protobuf-codec = { workspace = true }
thiserror = "1.0"
tracing = "0.1.37"
void = "1"
lru = "0.12.1"
lru = "0.12.2"
futures-bounded = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion protocols/floodsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libp2p-identity = { workspace = true }
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
smallvec = "1.12.0"
smallvec = "1.13.1"
thiserror = "1.0.57"
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = "0.8"
regex = "1.10.3"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.8"
smallvec = "1.12.0"
smallvec = "1.13.1"
tracing = "0.1.37"
void = "1.0.2"

Expand Down
4 changes: 2 additions & 2 deletions protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ futures-bounded = { workspace = true }
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
lru = "0.12.1"
lru = "0.12.2"
quick-protobuf-codec = { workspace = true }
quick-protobuf = "0.8"
smallvec = "1.12.0"
smallvec = "1.13.1"
thiserror = "1.0"
tracing = "0.1.37"
void = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ quick-protobuf-codec = { workspace = true }
libp2p-identity = { workspace = true, features = ["rand"] }
rand = "0.8"
sha2 = "0.10.8"
smallvec = "1.12.0"
smallvec = "1.13.1"
uint = "0.9"
void = "1.0"
futures-timer = "3.0.3"
Expand Down
4 changes: 2 additions & 2 deletions protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ 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"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
rand = "0.8.3"
smallvec = "1.12.0"
smallvec = "1.13.1"
socket2 = { version = "0.5.6", features = ["all"] }
tokio = { version = "1.36", default-features = false, features = ["net", "time"], optional = true}
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
rand = "0.8"
serde = { version = "1.0", optional = true}
serde_json = { version = "1.0.114", optional = true }
smallvec = "1.12.0"
smallvec = "1.13.1"
tracing = "0.1.37"
void = "1.0.2"
futures-timer = "3.0.3"
Expand Down
6 changes: 3 additions & 3 deletions swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ instant = "0.1.12"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-swarm-derive = { workspace = true, optional = true }
lru = "0.12.1"
lru = "0.12.2"
multistream-select = { workspace = true }
once_cell = "1.19.0"
rand = "0.8"
smallvec = "1.12.0"
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/dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
parking_lot = "0.12.0"
hickory-resolver = { version = "0.24.0", default-features = false, features = ["system-config"] }
smallvec = "1.12.0"
smallvec = "1.13.1"
tracing = "0.1.37"

[dev-dependencies]
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 eb04141

Please sign in to comment.