From 9c4bd45e53661eb304c4aa844d33292f2a3e1d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:13:13 +0000 Subject: [PATCH] Bump once_cell from 1.8.0 to 1.17.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.17.1. - [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.1) --- 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 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"