Skip to content

Commit 4e1092c

Browse files
deps: bump smallvec from 1.15.0 to 1.15.1
Pull-Request: #6307.
1 parent f3e6c4e commit 4e1092c

10 files changed

Lines changed: 11 additions & 11 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.

misc/multistream-select/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bytes = "1"
1515
futures = { workspace = true }
1616
tracing = { workspace = true }
1717
pin-project = "1.1.5"
18-
smallvec = "1.13.2"
18+
smallvec = "1.15.1"
1919
unsigned-varint = { workspace = true }
2020

2121
[dev-dependencies]

muxers/mplex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libp2p-identity = { workspace = true }
1919
nohash-hasher = "0.2"
2020
parking_lot = "0.12"
2121
rand = "0.8"
22-
smallvec = "1.13.2"
22+
smallvec = "1.15.1"
2323
tracing = { workspace = true }
2424
unsigned-varint = { workspace = true, features = ["asynchronous_codec"] }
2525

protocols/floodsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libp2p-identity = { workspace = true }
2222
quick-protobuf = "0.8"
2323
quick-protobuf-codec = { workspace = true }
2424
rand = "0.8"
25-
smallvec = "1.13.2"
25+
smallvec = "1.15.1"
2626
thiserror = { workspace = true }
2727
tracing = { workspace = true }
2828

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true }
2020
libp2p-identity = { workspace = true }
2121
quick-protobuf-codec = { workspace = true }
2222
quick-protobuf = "0.8"
23-
smallvec = "1.13.2"
23+
smallvec = "1.15.1"
2424
thiserror = { workspace = true }
2525
tracing = { workspace = true }
2626
either = "1.12.0"

protocols/kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quick-protobuf-codec = { workspace = true }
2424
libp2p-identity = { workspace = true, features = ["rand"] }
2525
rand = "0.8"
2626
sha2 = "0.10.8"
27-
smallvec = "1.13.2"
27+
smallvec = "1.15.1"
2828
uint = "0.10"
2929
futures-timer = "3.0.3"
3030
web-time = { workspace = true }

protocols/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libp2p-core = { workspace = true }
1717
libp2p-swarm = { workspace = true }
1818
libp2p-identity = { workspace = true }
1919
rand = "0.8.3"
20-
smallvec = "1.13.2"
20+
smallvec = "1.15.1"
2121
socket2 = { version = "0.6.0", features = ["all"] }
2222
tokio = { workspace = true, default-features = false, features = ["net", "time"], optional = true }
2323
tracing = { workspace = true }

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libp2p-identity = { workspace = true }
2020
rand = "0.8"
2121
serde = { version = "1.0", optional = true }
2222
serde_json = { version = "1.0.117", optional = true }
23-
smallvec = "1.13.2"
23+
smallvec = "1.15.1"
2424
tracing = { workspace = true }
2525
futures-bounded = { workspace = true }
2626

swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libp2p-identity = { workspace = true }
2323
libp2p-swarm-derive = { workspace = true, optional = true }
2424
multistream-select = { workspace = true }
2525
rand = "0.8"
26-
smallvec = "1.13.2"
26+
smallvec = "1.15.1"
2727
tracing = { workspace = true }
2828
wasm-bindgen-futures = { version = "0.4.42", optional = true }
2929

transports/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libp2p-core = { workspace = true }
1717
libp2p-identity = { workspace = true }
1818
parking_lot = "0.12.3"
1919
hickory-resolver = { workspace = true, features = ["system-config"] }
20-
smallvec = "1.13.2"
20+
smallvec = "1.15.1"
2121
tracing = { workspace = true }
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)