From 1612194aa01443aebcbabc78fff3fa57ac243c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:37:24 +0200 Subject: [PATCH] build(deps): bump the backend-dependencies: anyhow, once_cell (#243) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e406498..c2f54f4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "assert_cmd" @@ -1263,9 +1263,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 = "option-ext" diff --git a/Cargo.toml b/Cargo.toml index f70ecc8c..9198ab29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ dirs = "5.0.1" # provides platform-specific locations for storing user configura http-body-util = "0.1.0" indicatif = "0.17.8" # prograss bars and spinners log = "0.4.22" # logging facade -once_cell = "1.19.0" +once_cell = "1.20.0" pid1 = "0.1.1" serde = { version = "1", features = ["derive"] } serde_with = "3.9.0"