From 46cb7c02f2780e7259065928f02aa09ee66bd32e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 23:53:57 +0000 Subject: [PATCH] Bump once_cell from 1.3.1 to 1.4.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.3.1 to 1.4.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.3.1...v1.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b5e0a3188d..d65d6c34b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,9 +990,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" +checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" [[package]] name = "opaque-debug" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 1c0c122f5b5..4f85ea1cae5 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -33,4 +33,4 @@ zebra-network = { path = "../zebra-network" } [dev-dependencies] abscissa_core = { version = "0.5", features = ["testing"] } -once_cell = "1.3" +once_cell = "1.4"