From 468f8a2df069e250fbf503dfd2d77605e174ece4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:45:01 +0000 Subject: [PATCH] Upgrade `once_cell` crate to 1.16 version (#44) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- e2e/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8044937..6af109f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,9 +1278,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" +checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" [[package]] name = "opaque-debug" diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 3a8efdf..65bbd58 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -13,7 +13,7 @@ async-fs = "1.6" baza = { package = "baza-lib", path = "../lib" } baza-api-s3 = { path = "../api/s3" } cucumber = { version = "0.15", features = ["libtest"] } -once_cell = "1.15" +once_cell = "1.16" rand = "0.8" rusoto_core = "0.48" rusoto_credential = "0.48"