From a09169d4bbba8ebce53b6e9395e2c23c2231ed47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 22:43:07 +0000 Subject: [PATCH] Bump once_cell from 1.8.0 to 1.9.0 (#3208) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.0 to 1.9.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.9.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 899d840a2..7de6cd81f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2146,9 +2146,9 @@ checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397" [[package]] name = "once_cell" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" [[package]] name = "oorandom" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 5fd1b0eeb..4e41da003 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.2" lazy_static = "1.4.0" -once_cell = "1.8" +once_cell = "1.9" serde = { version = "1", features = ["serde_derive"] } futures = "0.3.18" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 41518ceac..e302c2f77 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -40,7 +40,7 @@ zebra-test = { path = "../zebra-test/", optional = true } [dev-dependencies] color-eyre = "0.5.11" -once_cell = "1.8" +once_cell = "1.9" # TODO: replace w/ crate version when released: https://github.com/ZcashFoundation/zebra/issues/2083 # Note: if updating this, also update the workspace Cargo.toml to match. halo2 = "=0.1.0-beta.1" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 5e9f82b50..0fa30dde1 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] hex = "0.4.3" lazy_static = "1.4.0" -once_cell = "1.8" +once_cell = "1.9" proptest = "0.10.1" rand = "0.8" regex = "1.4.6" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index c712f9060..be1b7c18c 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -54,7 +54,7 @@ vergen = { version = "6.0.0", default-features = false, features = ["cargo", "gi [dev-dependencies] abscissa_core = { version = "0.5", features = ["testing"] } -once_cell = "1.8" +once_cell = "1.9" regex = "1.4.6" semver = "1.0.3" tempdir = "0.3.7"