From 1bdea3de1143328dc6ada569f2d714ce1d0727fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 04:16:50 +0000 Subject: [PATCH] deps: bump smallvec from 1.12.0 to 1.13.2 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.12.0 to 1.13.2. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.12.0...v1.13.2) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- misc/multistream-select/Cargo.toml | 2 +- muxers/mplex/Cargo.toml | 2 +- protocols/floodsub/Cargo.toml | 2 +- protocols/gossipsub/Cargo.toml | 2 +- protocols/identify/Cargo.toml | 2 +- protocols/kad/Cargo.toml | 2 +- protocols/mdns/Cargo.toml | 2 +- protocols/request-response/Cargo.toml | 2 +- swarm/Cargo.toml | 2 +- transports/dns/Cargo.toml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ed06136646..4fb7b102a61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5466,9 +5466,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.12.0" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smol" diff --git a/core/Cargo.toml b/core/Cargo.toml index 619cd357744..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.12.0" +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 b2456243252..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.12.0" +smallvec = "1.13.2" unsigned-varint = { workspace = true } [dev-dependencies] diff --git a/muxers/mplex/Cargo.toml b/muxers/mplex/Cargo.toml index 8de1d66c7d0..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.12.0" +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 e1bd23fe2d1..2799ef35a8f 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.12.0" +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 4d484a81249..faeed8ca196 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -34,7 +34,7 @@ rand = "0.8" regex = "1.10.3" serde = { version = "1", optional = true, features = ["derive"] } sha2 = "0.10.8" -smallvec = "1.12.0" +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 2fb51d87627..63ac83e818b 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -21,7 +21,7 @@ libp2p-identity = { workspace = true } lru = "0.12.1" quick-protobuf-codec = { workspace = true } quick-protobuf = "0.8" -smallvec = "1.12.0" +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 bde0d5f7c84..7ea37281e7f 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.12.0" +smallvec = "1.13.2" uint = "0.9" void = "1.0" futures-timer = "3.0.2" diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index ef273781b78..7c9788c2529 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.12.0" +smallvec = "1.13.2" socket2 = { version = "0.5.5", 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 e3898786b5b..f1b730761f3 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.113", optional = true } -smallvec = "1.12.0" +smallvec = "1.13.2" tracing = "0.1.37" void = "1.0.2" futures-timer = "3.0.2" diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index a700c1c1c5a..1f96f1f011f 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -24,7 +24,7 @@ lru = "0.12.1" multistream-select = { workspace = true } once_cell = "1.19.0" rand = "0.8" -smallvec = "1.12.0" +smallvec = "1.13.2" tracing = "0.1.37" void = "1" wasm-bindgen-futures = { version = "0.4.41", optional = true } diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index 9650893d575..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.12.0" +smallvec = "1.13.2" tracing = "0.1.37" [dev-dependencies]