Skip to content

Commit a92a801

Browse files
deps: bump smallvec from 1.10.0 to 1.11.0
Pull-Request: #4171.
1 parent a6c4274 commit a92a801

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
@@ -28,7 +28,7 @@ quick-protobuf = "0.8"
2828
rand = "0.8"
2929
rw-stream-sink = { workspace = true }
3030
serde = { version = "1", optional = true, features = ["derive"] }
31-
smallvec = "1.6.1"
31+
smallvec = "1.11.0"
3232
thiserror = "1.0"
3333
unsigned-varint = "0.7"
3434
void = "1"

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
log = "0.4"
1717
pin-project = "1.1.2"
18-
smallvec = "1.6.1"
18+
smallvec = "1.11.0"
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
@@ -20,7 +20,7 @@ log = "0.4"
2020
nohash-hasher = "0.2"
2121
parking_lot = "0.12"
2222
rand = "0.8"
23-
smallvec = "1.6.1"
23+
smallvec = "1.11.0"
2424
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
2525

2626
[dev-dependencies]

protocols/floodsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ log = "0.4"
2222
quick-protobuf = "0.8"
2323
quick-protobuf-codec = { workspace = true }
2424
rand = "0.8"
25-
smallvec = "1.6.1"
25+
smallvec = "1.11.0"
2626
thiserror = "1.0.40"
2727

2828
# Passing arguments to the docsrs builder in order to properly document cfg's.

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rand = "0.8"
3535
regex = "1.9.1"
3636
serde = { version = "1", optional = true, features = ["derive"] }
3737
sha2 = "0.10.7"
38-
smallvec = "1.6.1"
38+
smallvec = "1.11.0"
3939
unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] }
4040
void = "1.0.2"
4141

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log = "0.4.19"
2121
lru = "0.10.1"
2222
quick-protobuf-codec = { workspace = true }
2323
quick-protobuf = "0.8"
24-
smallvec = "1.6.1"
24+
smallvec = "1.11.0"
2525
thiserror = "1.0"
2626
void = "1.0"
2727
either = "1.8.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 = "0.8"
2424
libp2p-identity = { workspace = true }
2525
rand = "0.8"
2626
sha2 = "0.10.7"
27-
smallvec = "1.6.1"
27+
smallvec = "1.11.0"
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-swarm = { workspace = true }
2020
libp2p-identity = { workspace = true }
2121
log = "0.4.19"
2222
rand = "0.8.3"
23-
smallvec = "1.6.1"
23+
smallvec = "1.11.0"
2424
socket2 = { version = "0.5.3", features = ["all"] }
2525
tokio = { version = "1.29", default-features = false, features = ["net", "time"], optional = true}
2626
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rand = "0.8"
2121
serde = { version = "1.0", optional = true}
2222
serde_json = { version = "1.0.99", optional = true }
2323
serde_cbor = { version = "0.11.2", optional = true }
24-
smallvec = "1.6.1"
24+
smallvec = "1.11.0"
2525
void = "1.0.2"
2626
log = "0.4.19"
2727

0 commit comments

Comments
 (0)