deps: bump once_cell from 1.17.1 to 1.18.0

Pull-Request: #4026.
This commit is contained in:
dependabot[bot]
2023-06-05 10:41:11 +00:00
committed by GitHub
parent 62441a07d4
commit 49eed8c4fd
5 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@@ -3543,9 +3543,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.1"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "oorandom"

View File

@@ -21,7 +21,7 @@ log = "0.4"
multiaddr = { version = "0.17.1" }
multihash = { version = "0.17.0", default-features = false, features = ["std"] }
multistream-select = { workspace = true }
once_cell = "1.17.1"
once_cell = "1.18.0"
parking_lot = "0.12.0"
pin-project = "1.1.0"
quick-protobuf = "0.8"

View File

@@ -29,7 +29,7 @@ libp2p-relay = { workspace = true, optional = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
prometheus-client = { version = "0.21.1"}
once_cell = "1.16.0"
once_cell = "1.18.0"
[target.'cfg(not(target_os = "unknown"))'.dependencies]
libp2p-gossipsub = { workspace = true, optional = true }

View File

@@ -25,7 +25,7 @@ smallvec = "1.6.1"
void = "1"
wasm-bindgen-futures = { version = "0.4.36", optional = true }
getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
once_cell = "1.17.1"
once_cell = "1.18.0"
multistream-select = { workspace = true }
[target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies]
@@ -53,7 +53,7 @@ libp2p-swarm-test = { workspace = true }
libp2p-yamux = { workspace = true }
quickcheck = { workspace = true }
void = "1"
once_cell = "1.17.1"
once_cell = "1.18.0"
trybuild = "1.0.80"
[[test]]

View File

@@ -16,7 +16,7 @@ libp2p-core = { workspace = true }
libp2p-identity = { workspace = true, features = ["ed25519"] }
log = "0.4"
quick-protobuf = "0.8"
once_cell = "1.17.1"
once_cell = "1.18.0"
rand = "0.8.3"
sha2 = "0.10.0"
static_assertions = "1"