From 5405bc76d96c4f33688919f77c469307837c7e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 15:44:45 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.13.0 to 1.14.0 (#5057) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.14.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.13.0...v1.14.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 b4bcee23..a6d4ba05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2952,9 +2952,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" [[package]] name = "oorandom" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index ddf4b006..0772d1d2 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -22,7 +22,7 @@ chrono = { version = "0.4.22", default-features = false, features = ["clock", "s dirs = "4.0.0" displaydoc = "0.2.3" lazy_static = "1.4.0" -once_cell = "1.13.0" +once_cell = "1.14.0" serde = { version = "1.0.144", features = ["serde_derive"] } futures = "0.3.23" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 4acd3ec6..7fd010db 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -43,7 +43,7 @@ color-eyre = "0.6.1" # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } -once_cell = "1.13.0" +once_cell = "1.14.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 95518c0d..ae1f477d 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -13,7 +13,7 @@ indexmap = "1.9.1" lazy_static = "1.4.0" insta = "1.19.1" proptest = "0.10.1" -once_cell = "1.13.0" +once_cell = "1.14.0" rand = { version = "0.8.5", package = "rand" } regex = "1.6.0" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 41381f7f..c6b2b09b 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -150,7 +150,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.13.0" +once_cell = "1.14.0" regex = "1.6.0" semver = "1.0.13"