deps: bump smallvec from 1.10.0 to 1.11.0

Pull-Request: #4171.
This commit is contained in:
dependabot[bot]
2023-07-11 08:58:09 +00:00
committed by GitHub
parent a6c427483c
commit a92a801cce
12 changed files with 13 additions and 13 deletions

4
Cargo.lock generated
View File

@ -5189,9 +5189,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
[[package]]
name = "smol"

View File

@ -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.6.1"
smallvec = "1.11.0"
thiserror = "1.0"
unsigned-varint = "0.7"
void = "1"

View File

@ -15,7 +15,7 @@ bytes = "1"
futures = "0.3"
log = "0.4"
pin-project = "1.1.2"
smallvec = "1.6.1"
smallvec = "1.11.0"
unsigned-varint = "0.7"
[dev-dependencies]

View File

@ -20,7 +20,7 @@ log = "0.4"
nohash-hasher = "0.2"
parking_lot = "0.12"
rand = "0.8"
smallvec = "1.6.1"
smallvec = "1.11.0"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
[dev-dependencies]

View File

@ -22,7 +22,7 @@ log = "0.4"
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
smallvec = "1.6.1"
smallvec = "1.11.0"
thiserror = "1.0.40"
# Passing arguments to the docsrs builder in order to properly document cfg's.

View File

@ -35,7 +35,7 @@ rand = "0.8"
regex = "1.9.1"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.7"
smallvec = "1.6.1"
smallvec = "1.11.0"
unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] }
void = "1.0.2"

View File

@ -21,7 +21,7 @@ log = "0.4.19"
lru = "0.10.1"
quick-protobuf-codec = { workspace = true }
quick-protobuf = "0.8"
smallvec = "1.6.1"
smallvec = "1.11.0"
thiserror = "1.0"
void = "1.0"
either = "1.8.0"

View File

@ -24,7 +24,7 @@ quick-protobuf = "0.8"
libp2p-identity = { workspace = true }
rand = "0.8"
sha2 = "0.10.7"
smallvec = "1.6.1"
smallvec = "1.11.0"
uint = "0.9"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
void = "1.0"

View File

@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
rand = "0.8.3"
smallvec = "1.6.1"
smallvec = "1.11.0"
socket2 = { version = "0.5.3", features = ["all"] }
tokio = { version = "1.29", default-features = false, features = ["net", "time"], optional = true}
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }

View File

@ -21,7 +21,7 @@ rand = "0.8"
serde = { version = "1.0", optional = true}
serde_json = { version = "1.0.99", optional = true }
serde_cbor = { version = "0.11.2", optional = true }
smallvec = "1.6.1"
smallvec = "1.11.0"
void = "1.0.2"
log = "0.4.19"

View File

@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
libp2p-swarm-derive = { workspace = true, optional = true }
log = "0.4"
rand = "0.8"
smallvec = "1.6.1"
smallvec = "1.11.0"
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

View File

@ -18,7 +18,7 @@ futures = "0.3.28"
async-std-resolver = { version = "0.22", optional = true }
parking_lot = "0.12.0"
trust-dns-resolver = { version = "0.22", default-features = false, features = ["system-config"] }
smallvec = "1.6.1"
smallvec = "1.11.0"
[dev-dependencies]
env_logger = "0.10"