From acd896f6899b829289ded471a00e82261ee5ac2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 08:53:11 +0000 Subject: [PATCH] Bump once_cell from 1.4.0 to 1.13.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.4.0 to 1.13.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.4.0...v1.13.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- zebra-state/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cb372ae5ce..d9be02d5450 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "abscissa_core" version = "0.5.2" @@ -1189,9 +1191,9 @@ checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5" [[package]] name = "once_cell" -version = "1.4.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" +checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "opaque-debug" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 46123e1bef8..4dc4337ca93 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -24,4 +24,4 @@ tracing = "0.1.16" tracing-futures = "0.2.4" tempdir = "0.3.7" color-eyre = "0.5" -once_cell = "1.4" +once_cell = "1.13" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 421bfcb0201..62dc693e1ba 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -41,4 +41,4 @@ zebra-consensus = { path = "../zebra-consensus/" } [dev-dependencies] abscissa_core = { version = "0.5", features = ["testing"] } -once_cell = "1.4" +once_cell = "1.13"