Skip to content

Commit

Permalink
deps: bump once_cell from 1.17.1 to 1.18.0
Browse files Browse the repository at this point in the history
Pull-Request: #4026.
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent 62441a0 commit 49eed8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion misc/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49eed8c

Please sign in to comment.