From fa52aec6e65fa923a17f3c90c44de9dae491238b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:13:07 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.104 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e83296ed..3a8b693d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" +checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" [[package]] name = "arraydeque" diff --git a/Cargo.toml b/Cargo.toml index 4e1de115..1569113a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ version = "0.15.5" edition = "2024" [workspace.dependencies] -anyhow = "1.0.102" +anyhow = "1.0.104" async-bb8-diesel = "0.3.0" async-trait = "0.1.89" base64 = "0.22"