From a6f9820aa3f6ebe4d0b9aaf0f502787eda3223a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 02:02:27 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.17.1 to 1.17.2 (#6776) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.17.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.1...v1.17.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-consensus/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20426f740..d23982d5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2755,9 +2755,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "oorandom" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 268ddf867..f77f3399c 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -37,7 +37,7 @@ rayon = "1.7.0" chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] } displaydoc = "0.2.4" lazy_static = "1.4.0" -once_cell = "1.17.1" +once_cell = "1.17.2" serde = { version = "1.0.163", features = ["serde_derive"] } futures = "0.3.28" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 5c3fd1252..34fffc10b 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -75,7 +75,7 @@ color-eyre = "0.6.2" # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } -once_cell = "1.17.1" +once_cell = "1.17.2" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 48320f1a3..2d9e97358 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -13,7 +13,7 @@ indexmap = "1.9.3" lazy_static = "1.4.0" insta = "1.29.0" proptest = "1.2.0" -once_cell = "1.17.1" +once_cell = "1.17.2" rand = { version = "0.8.5", package = "rand" } regex = "1.8.3" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 70e51dd83..6a0b40bbd 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -194,7 +194,7 @@ tonic-build = { version = "0.9.2", optional = true } abscissa_core = { version = "0.5", features = ["testing"] } hex = "0.4.3" jsonrpc-core = "18.0.0" -once_cell = "1.17.1" +once_cell = "1.17.2" regex = "1.8.3" semver = "1.0.17"