diff --git a/Cargo.lock b/Cargo.lock index 807124bf53f..54fa7ab3ae8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5399,9 +5399,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smol" diff --git a/core/Cargo.toml b/core/Cargo.toml index 054627bed38..1ef40505aac 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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.13.1" +smallvec = "1.13.2" thiserror = "1.0" tracing = "0.1.37" unsigned-varint = { workspace = true } diff --git a/misc/multistream-select/Cargo.toml b/misc/multistream-select/Cargo.toml index b6287505ae4..ea11cb299d2 100644 --- a/misc/multistream-select/Cargo.toml +++ b/misc/multistream-select/Cargo.toml @@ -15,7 +15,7 @@ bytes = "1" futures = "0.3" tracing = "0.1.37" pin-project = "1.1.4" -smallvec = "1.13.1" +smallvec = "1.13.2" unsigned-varint = { workspace = true } [dev-dependencies] diff --git a/muxers/mplex/Cargo.toml b/muxers/mplex/Cargo.toml index 7cb4befa22b..3ce7dc5c02f 100644 --- a/muxers/mplex/Cargo.toml +++ b/muxers/mplex/Cargo.toml @@ -19,7 +19,7 @@ libp2p-identity = { workspace = true } nohash-hasher = "0.2" parking_lot = "0.12" rand = "0.8" -smallvec = "1.13.1" +smallvec = "1.13.2" tracing = "0.1.37" unsigned-varint = { workspace = true, features = ["asynchronous_codec"] } diff --git a/protocols/floodsub/Cargo.toml b/protocols/floodsub/Cargo.toml index 5d109cdedc1..a10d60c5c5c 100644 --- a/protocols/floodsub/Cargo.toml +++ b/protocols/floodsub/Cargo.toml @@ -22,7 +22,7 @@ libp2p-identity = { workspace = true } quick-protobuf = "0.8" quick-protobuf-codec = { workspace = true } rand = "0.8" -smallvec = "1.13.1" +smallvec = "1.13.2" thiserror = "1.0.57" tracing = "0.1.37" diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index 383673bc086..52ffb675d4b 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -34,7 +34,7 @@ rand = "0.8" regex = "1.10.4" serde = { version = "1", optional = true, features = ["derive"] } sha2 = "0.10.8" -smallvec = "1.13.1" +smallvec = "1.13.2" tracing = "0.1.37" void = "1.0.2" diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index 340df99e4dc..77d90875dfe 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -21,7 +21,7 @@ libp2p-identity = { workspace = true } lru = "0.12.2" quick-protobuf-codec = { workspace = true } quick-protobuf = "0.8" -smallvec = "1.13.1" +smallvec = "1.13.2" thiserror = "1.0" tracing = "0.1.37" void = "1.0" diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 3a91955cc06..ed7f255ccd8 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -25,7 +25,7 @@ quick-protobuf-codec = { workspace = true } libp2p-identity = { workspace = true, features = ["rand"] } rand = "0.8" sha2 = "0.10.8" -smallvec = "1.13.1" +smallvec = "1.13.2" uint = "0.9" void = "1.0" futures-timer = "3.0.3" diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index 0d03a839a6f..15c26c34131 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -20,7 +20,7 @@ libp2p-core = { workspace = true } libp2p-swarm = { workspace = true } libp2p-identity = { workspace = true } rand = "0.8.3" -smallvec = "1.13.1" +smallvec = "1.13.2" socket2 = { version = "0.5.6", features = ["all"] } tokio = { version = "1.36", default-features = false, features = ["net", "time"], optional = true} tracing = "0.1.37" diff --git a/protocols/request-response/Cargo.toml b/protocols/request-response/Cargo.toml index 4b4021285a4..639f4d7b56a 100644 --- a/protocols/request-response/Cargo.toml +++ b/protocols/request-response/Cargo.toml @@ -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.13.1" +smallvec = "1.13.2" tracing = "0.1.37" void = "1.0.2" futures-timer = "3.0.3" diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index 3fdf06aa19f..81a029bc014 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -24,7 +24,7 @@ lru = "0.12.2" multistream-select = { workspace = true } once_cell = "1.19.0" rand = "0.8" -smallvec = "1.13.1" +smallvec = "1.13.2" tracing = "0.1.37" void = "1" wasm-bindgen-futures = { version = "0.4.42", optional = true } diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index f026aac5157..22f6650e0ed 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -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.13.1" +smallvec = "1.13.2" tracing = "0.1.37" [dev-dependencies]