From 0d2f2b5c5790120628bd95ecfde57f7df74e9aaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 02:00:56 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.78 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa3e23a..9750c27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.77" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9" +checksum = "ca87830a3e3fb156dc96cfbd31cb620265dd053be734723f22b760d6cc3c3051" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index 66a95eb..1adf1da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ eula = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.77" +anyhow = "1.0.78" clap = { version = "4.4.12", features = ["color", "deprecated", "derive"] } gix = { version = "0.57.1", default-features = false } serde = { version = "1.0.193", default-features = false }