From 2ee52f808cbbf3a48330e377dc05ddb526b5b02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 20:56:12 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.11.0 to 1.12.0 (#4462) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[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 93803fd99..b2ffc08cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2893,9 +2893,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca" +checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" [[package]] name = "oorandom" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 7271eca42..04fcebea0 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -22,7 +22,7 @@ chrono = "0.4.19" dirs = "4.0.0" displaydoc = "0.2.3" lazy_static = "1.4.0" -once_cell = "1.11.0" +once_cell = "1.12.0" serde = { version = "1.0.137", features = ["serde_derive"] } futures = "0.3.21" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 6408ff47f..9a67ded3b 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -36,7 +36,7 @@ zebra-test = { path = "../zebra-test/", optional = true } [dev-dependencies] color-eyre = "0.6.0" -once_cell = "1.11.0" +once_cell = "1.12.0" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index bf1e95c02..eb31b65d9 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -13,7 +13,7 @@ indexmap = "1.8.1" lazy_static = "1.4.0" insta = "1.14.0" proptest = "0.10.1" -once_cell = "1.11.0" +once_cell = "1.12.0" rand = { version = "0.8.5", package = "rand" } regex = "1.5.5" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index b547dae63..012938c04 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -88,7 +88,7 @@ tonic-build = { version = "0.7.2", optional = true } [dev-dependencies] abscissa_core = { version = "0.5", features = ["testing"] } hex = "0.4.3" -once_cell = "1.11.0" +once_cell = "1.12.0" regex = "1.5.5" reqwest = "0.11" semver = "1.0.9"