From 66c689ea467509ff15c6dcab863e0145910dc5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:24:25 +0000 Subject: [PATCH] Bump once_cell from 1.8.0 to 1.17.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.17.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.8.0...v1.17.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/offchain/Cargo.toml | 2 +- client/tracing/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1161539b4d..37a7414eb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5186,9 +5186,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.8.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "oorandom" diff --git a/client/offchain/Cargo.toml b/client/offchain/Cargo.toml index 5cd823958e..539f94cc43 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 5f7e0831a5..173406d1cb 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.0" parking_lot = "0.11.2" regex = "1.5.4" rustc-hash = "1.1.0"