Skip to content

Commit

Permalink
deps: bump once_cell from 1.18.0 to 1.19.0
Browse files Browse the repository at this point in the history
Pull-Request: #4998.
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent fc53d4e commit 305e02c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -20,7 +20,7 @@ libp2p-identity = { workspace = true, features = ["peerid", "ed25519"] }
multiaddr = { workspace = true }
multihash = { workspace = true }
multistream-select = { workspace = true }
once_cell = "1.18.0"
once_cell = "1.19.0"
parking_lot = "0.12.0"
pin-project = "1.1.3"
quick-protobuf = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-swarm-derive = { workspace = true, optional = true }
multistream-select = { workspace = true }
once_cell = "1.18.0"
once_cell = "1.19.0"
rand = "0.8"
smallvec = "1.11.2"
tracing = "0.1.37"
Expand Down Expand Up @@ -52,7 +52,7 @@ libp2p-swarm-test = { path = "../swarm-test" } # Using `pat
libp2p-yamux = { path = "../muxers/yamux" } # Using `path` here because this is a cyclic dev-dependency which otherwise breaks releasing.
quickcheck = { workspace = true }
void = "1"
once_cell = "1.18.0"
once_cell = "1.19.0"
trybuild = "1.0.85"
tokio = { version = "1.35.0", features = ["time", "rt", "macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libp2p-core = { workspace = true }
libp2p-identity = { workspace = true, features = ["ed25519"] }
multiaddr = { workspace = true }
multihash = { workspace = true }
once_cell = "1.18.0"
once_cell = "1.19.0"
quick-protobuf = "0.8"
rand = "0.8.3"
sha2 = "0.10.8"
Expand Down

0 comments on commit 305e02c

Please sign in to comment.