Skip to content

Commit 6d689ed

Browse files
deps: bump once_cell from 1.17.0 to 1.17.1 (#3466)
1 parent 51ca602 commit 6d689ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ p256 = { version = "0.11.1", default-features = false, features = ["ecdsa", "std
2828
parking_lot = "0.12.0"
2929
pin-project = "1.0.0"
3030
prost = "0.11"
31-
once_cell = "1.16.0"
31+
once_cell = "1.17.1"
3232
rand = "0.8"
3333
rw-stream-sink = { version = "0.3.0", path = "../misc/rw-stream-sink" }
3434
sec1 = { version = "0.3.0", features = ["std"] } # Activate `std` feature until https://github.com/RustCrypto/traits/pull/1131 is released.

transports/noise/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ curve25519-dalek = "3.0.0"
1414
futures = "0.3.26"
1515
libp2p-core = { version = "0.39.0", path = "../../core" }
1616
log = "0.4"
17-
once_cell = "1.16.0"
17+
once_cell = "1.17.1"
1818
prost = "0.11"
1919
rand = "0.8.3"
2020
sha2 = "0.10.0"

0 commit comments

Comments
 (0)