Skip to content

Commit 94432d8

Browse files
deps: bump smallvec from 1.11.0 to 1.11.1
Pull-Request: #4551.
1 parent 8e1944c commit 94432d8

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.11.0"
31+
smallvec = "1.11.1"
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.3"
18-
smallvec = "1.11.0"
18+
smallvec = "1.11.1"
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.11.0"
23+
smallvec = "1.11.1"
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.11.0"
25+
smallvec = "1.11.1"
2626
thiserror = "1.0.48"
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.5"
3636
serde = { version = "1", optional = true, features = ["derive"] }
3737
sha2 = "0.10.7"
38-
smallvec = "1.11.0"
38+
smallvec = "1.11.1"
3939
unsigned-varint = { version = "0.7.2", 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.20"
2121
lru = "0.11.1"
2222
quick-protobuf-codec = { workspace = true }
2323
quick-protobuf = "0.8"
24-
smallvec = "1.11.0"
24+
smallvec = "1.11.1"
2525
thiserror = "1.0"
2626
void = "1.0"
2727
either = "1.9.0"

protocols/kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ quick-protobuf-codec = { workspace = true }
2525
libp2p-identity = { workspace = true }
2626
rand = "0.8"
2727
sha2 = "0.10.7"
28-
smallvec = "1.11.0"
28+
smallvec = "1.11.1"
2929
uint = "0.9"
3030
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
3131
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.20"
2222
rand = "0.8.3"
23-
smallvec = "1.11.0"
23+
smallvec = "1.11.1"
2424
socket2 = { version = "0.5.4", features = ["all"] }
2525
tokio = { version = "1.32", default-features = false, features = ["net", "time"], optional = true}
2626
trust-dns-proto = { version = "0.23.0", default-features = false, features = ["mdns"] }

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.107", optional = true }
24-
smallvec = "1.11.0"
24+
smallvec = "1.11.1"
2525
void = "1.0.2"
2626
log = "0.4.20"
2727

0 commit comments

Comments
 (0)