From e78c5c5d58f4d05decb92aebdea5bd75c494c328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 03:04:22 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.17.0 to 1.17.1 (#6161) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.17.1. - [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.17.0...v1.17.1) --- 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 6954bb7ed..49013323a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2600,9 +2600,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "oorandom" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 6a1d472db..0fa75b7c6 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -33,7 +33,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["clock", "s dirs = "4.0.0" displaydoc = "0.2.3" lazy_static = "1.4.0" -once_cell = "1.17.0" +once_cell = "1.17.1" serde = { version = "1.0.152", features = ["serde_derive"] } futures = "0.3.26" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 9ac5a7356..e0b7b4332 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -58,7 +58,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.0" +once_cell = "1.17.1" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 16438cd9b..44f52b34d 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -13,7 +13,7 @@ indexmap = "1.9.2" lazy_static = "1.4.0" insta = "1.26.0" proptest = "0.10.1" -once_cell = "1.17.0" +once_cell = "1.17.1" rand = { version = "0.8.5", package = "rand" } regex = "1.7.1" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 703fde9ad..024bfcc34 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -175,7 +175,7 @@ tonic-build = { version = "0.8.0", optional = true } abscissa_core = { version = "0.5", features = ["testing"] } hex = "0.4.3" jsonrpc-core = "18.0.0" -once_cell = "1.17.0" +once_cell = "1.17.1" regex = "1.7.1" semver = "1.0.16"