Skip to content

Commit 69e62cb

Browse files
deps: bump smallvec from 1.11.1 to 1.11.2
Pull-Request: #4852.
1 parent e151ecb commit 69e62cb

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

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.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ quick-protobuf = "0.8"
2727
rand = "0.8"
2828
rw-stream-sink = { workspace = true }
2929
serde = { version = "1", optional = true, features = ["derive"] }
30-
smallvec = "1.11.1"
30+
smallvec = "1.11.2"
3131
thiserror = "1.0"
3232
tracing = "0.1.37"
3333
unsigned-varint = "0.7"

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 = "0.3"
1616
tracing = "0.1.37"
1717
pin-project = "1.1.3"
18-
smallvec = "1.11.1"
18+
smallvec = "1.11.2"
1919
unsigned-varint = "0.7"
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.11.1"
22+
smallvec = "1.11.2"
2323
tracing = "0.1.37"
2424
unsigned-varint = { version = "0.7", 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.11.1"
25+
smallvec = "1.11.2"
2626
thiserror = "1.0.50"
2727
tracing = "0.1.37"
2828

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rand = "0.8"
3434
regex = "1.10.2"
3535
serde = { version = "1", optional = true, features = ["derive"] }
3636
sha2 = "0.10.8"
37-
smallvec = "1.11.1"
37+
smallvec = "1.11.2"
3838
tracing = "0.1.37"
3939
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] }
4040
void = "1.0.2"

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
2121
lru = "0.12.0"
2222
quick-protobuf-codec = { workspace = true }
2323
quick-protobuf = "0.8"
24-
smallvec = "1.11.1"
24+
smallvec = "1.11.2"
2525
thiserror = "1.0"
2626
tracing = "0.1.37"
2727
void = "1.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.11.1"
27+
smallvec = "1.11.2"
2828
uint = "0.9"
2929
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
3030
void = "1.0"

protocols/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libp2p-core = { workspace = true }
2020
libp2p-swarm = { workspace = true }
2121
libp2p-identity = { workspace = true }
2222
rand = "0.8.3"
23-
smallvec = "1.11.1"
23+
smallvec = "1.11.2"
2424
socket2 = { version = "0.5.5", features = ["all"] }
2525
tokio = { version = "1.33", default-features = false, features = ["net", "time"], optional = true}
2626
tracing = "0.1.37"

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
2121
rand = "0.8"
2222
serde = { version = "1.0", optional = true}
2323
serde_json = { version = "1.0.108", optional = true }
24-
smallvec = "1.11.1"
24+
smallvec = "1.11.2"
2525
tracing = "0.1.37"
2626
void = "1.0.2"
2727
futures-timer = "3.0.2"

0 commit comments

Comments
 (0)