From 133e795a098849d6c82bd3712fe63f5eb5e61aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:57:48 +0200 Subject: [PATCH] Upgrade `once_cell` crate from 1.19 to 1.20 version (#204) 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 e20fbf2..1fb1b2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1542,9 +1542,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "opaque-debug" diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index fb7488e..15047cd 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -13,7 +13,7 @@ async-fs = "2.1" baza = { package = "baza-lib", path = "../lib" } baza-api-s3 = { path = "../api/s3" } cucumber = { version = "0.21", features = ["libtest"] } -once_cell = "1.19" +once_cell = "1.20" rand = "0.8" rusoto_core = "0.48" rusoto_credential = "0.48"