From 94432d83adc11d8a15439ef5f6bb7786db49350a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:33:29 +0000 Subject: [PATCH] deps: bump smallvec from 1.11.0 to 1.11.1 Pull-Request: #4551. --- 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 4d2c026e260..1fcf2171cb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5161,9 +5161,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "smol" diff --git a/core/Cargo.toml b/core/Cargo.toml index a3912f0f5e4..ecf3c153312 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,7 +28,7 @@ quick-protobuf = "0.8" rand = "0.8" rw-stream-sink = { workspace = true } serde = { version = "1", optional = true, features = ["derive"] } -smallvec = "1.11.0" +smallvec = "1.11.1" thiserror = "1.0" unsigned-varint = "0.7" void = "1" diff --git a/misc/multistream-select/Cargo.toml b/misc/multistream-select/Cargo.toml index 711a80145e1..8d19e3e5b5c 100644 --- a/misc/multistream-select/Cargo.toml +++ b/misc/multistream-select/Cargo.toml @@ -15,7 +15,7 @@ bytes = "1" futures = "0.3" log = "0.4" pin-project = "1.1.3" -smallvec = "1.11.0" +smallvec = "1.11.1" unsigned-varint = "0.7" [dev-dependencies] diff --git a/muxers/mplex/Cargo.toml b/muxers/mplex/Cargo.toml index 7a98fd1350b..50a2d10571e 100644 --- a/muxers/mplex/Cargo.toml +++ b/muxers/mplex/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" nohash-hasher = "0.2" parking_lot = "0.12" rand = "0.8" -smallvec = "1.11.0" +smallvec = "1.11.1" unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] } [dev-dependencies] diff --git a/protocols/floodsub/Cargo.toml b/protocols/floodsub/Cargo.toml index 8dd3c80d95e..2484624da8e 100644 --- a/protocols/floodsub/Cargo.toml +++ b/protocols/floodsub/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4" quick-protobuf = "0.8" quick-protobuf-codec = { workspace = true } rand = "0.8" -smallvec = "1.11.0" +smallvec = "1.11.1" thiserror = "1.0.48" # Passing arguments to the docsrs builder in order to properly document cfg's. diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index a54b277c946..e4ed4e565b8 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -35,7 +35,7 @@ rand = "0.8" regex = "1.9.5" serde = { version = "1", optional = true, features = ["derive"] } sha2 = "0.10.7" -smallvec = "1.11.0" +smallvec = "1.11.1" unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] } void = "1.0.2" diff --git a/protocols/identify/Cargo.toml b/protocols/identify/Cargo.toml index 0f40f8cb01c..4b56e6c1237 100644 --- a/protocols/identify/Cargo.toml +++ b/protocols/identify/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4.20" lru = "0.11.1" quick-protobuf-codec = { workspace = true } quick-protobuf = "0.8" -smallvec = "1.11.0" +smallvec = "1.11.1" thiserror = "1.0" void = "1.0" either = "1.9.0" diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 9c7ea0a1476..b4c3c597da2 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -25,7 +25,7 @@ quick-protobuf-codec = { workspace = true } libp2p-identity = { workspace = true } rand = "0.8" sha2 = "0.10.7" -smallvec = "1.11.0" +smallvec = "1.11.1" uint = "0.9" unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] } void = "1.0" diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index 6a574852881..c200c478321 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true } libp2p-identity = { workspace = true } log = "0.4.20" rand = "0.8.3" -smallvec = "1.11.0" +smallvec = "1.11.1" socket2 = { version = "0.5.4", features = ["all"] } tokio = { version = "1.32", default-features = false, features = ["net", "time"], optional = true} trust-dns-proto = { version = "0.23.0", default-features = false, features = ["mdns"] } diff --git a/protocols/request-response/Cargo.toml b/protocols/request-response/Cargo.toml index 1316b6a108e..3b228fe20b3 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.107", optional = true } -smallvec = "1.11.0" +smallvec = "1.11.1" void = "1.0.2" log = "0.4.20" diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index 86f4c158387..c2de4cb624a 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -21,7 +21,7 @@ libp2p-identity = { workspace = true } libp2p-swarm-derive = { workspace = true, optional = true } log = "0.4" rand = "0.8" -smallvec = "1.11.0" +smallvec = "1.11.1" void = "1" wasm-bindgen-futures = { version = "0.4.37", optional = true } getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature diff --git a/transports/dns/Cargo.toml b/transports/dns/Cargo.toml index 7c7bd439f41..81ee2312089 100644 --- a/transports/dns/Cargo.toml +++ b/transports/dns/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3.28" async-std-resolver = { version = "0.23", optional = true } parking_lot = "0.12.0" trust-dns-resolver = { version = "0.23", default-features = false, features = ["system-config"] } -smallvec = "1.11.0" +smallvec = "1.11.1" [dev-dependencies] env_logger = "0.10"