From 592332f718204293790996418b5fd8f9c7ab814a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:18:31 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.91 --- src/abacus/Cargo.lock | 4 ++-- src/abacus/server/Cargo.toml | 2 +- src/x/Cargo.lock | 4 ++-- src/x/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/abacus/Cargo.lock b/src/abacus/Cargo.lock index 405b088929..4fd315d7da 100644 --- a/src/abacus/Cargo.lock +++ b/src/abacus/Cargo.lock @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "ascii" diff --git a/src/abacus/server/Cargo.toml b/src/abacus/server/Cargo.toml index 46d6f3d237..97e7449358 100644 --- a/src/abacus/server/Cargo.toml +++ b/src/abacus/server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -anyhow = { version = "1.0.90", default-features = false, features = ["std"] } +anyhow = { version = "1.0.91", default-features = false, features = ["std"] } async-trait = "0.1.83" axum = { version = "0.7.7", default-features = false, features = ["multipart"] } base64 = "0.22.1" diff --git a/src/x/Cargo.lock b/src/x/Cargo.lock index dfb0308064..3305961783 100644 --- a/src/x/Cargo.lock +++ b/src/x/Cargo.lock @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "clap" diff --git a/src/x/Cargo.toml b/src/x/Cargo.toml index 767b399701..b726669aa5 100644 --- a/src/x/Cargo.toml +++ b/src/x/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = { version = "1.0.90", default-features = false } +anyhow = { version = "1.0.91", default-features = false } clap = { version = "4.5.20", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "string", "suggestions", "unicode", "usage"] } env_logger = { version = "0.11.5", default-features = false } log = { version = "0.4.22", default-features = false }