diff --git a/Cargo.lock b/Cargo.lock index feb721e6092cf..7060383938367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5185,9 +5185,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.8.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "oorandom" diff --git a/client/offchain/Cargo.toml b/client/offchain/Cargo.toml index 5cd823958eed4..539f94cc430d3 100644 --- a/client/offchain/Cargo.toml +++ b/client/offchain/Cargo.toml @@ -32,7 +32,7 @@ sc-utils = { version = "4.0.0-dev", path = "../utils" } threadpool = "1.7" hyper = { version = "0.14.16", features = ["stream", "http2"] } hyper-rustls = "0.22.1" -once_cell = "1.8" +once_cell = "1.17" tracing = "0.1.29" [dev-dependencies] diff --git a/client/tracing/Cargo.toml b/client/tracing/Cargo.toml index 5f7e0831a536a..0fbc6feebb691 100644 --- a/client/tracing/Cargo.toml +++ b/client/tracing/Cargo.toml @@ -19,7 +19,7 @@ chrono = "0.4.19" lazy_static = "1.4.0" libc = "0.2.112" log = { version = "0.4.8" } -once_cell = "1.8.0" +once_cell = "1.17.1" parking_lot = "0.11.2" regex = "1.5.4" rustc-hash = "1.1.0"