From 9425cb3f1ca0cc7bd45d475de557a88a7e8c172b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 May 2022 23:49:36 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.10.0 to 1.11.0 (#4447) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.11.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.10.0...v1.11.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> --- 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 e9a65bd2..93803fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2893,9 +2893,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" +checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca" [[package]] name = "oorandom" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index a45e649f..7271eca4 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.10.0" +once_cell = "1.11.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 d14c9556..6408ff47 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.10.0" +once_cell = "1.11.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 3cd94f99..bf1e95c0 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.10.0" +once_cell = "1.11.0" rand = { version = "0.8.5", package = "rand" } regex = "1.5.5" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 6df88806..b547dae6 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.10.0" +once_cell = "1.11.0" regex = "1.5.5" reqwest = "0.11" semver = "1.0.9"