From 4a145d26cf507dead17abc24311afcfd6d476c42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:57:24 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.101 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b6b2006..4849a2f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "async-broadcast" diff --git a/Cargo.toml b/Cargo.toml index 6b8cfa36..2deb7ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ gtk = { version = "0.10.3", package = "gtk4" } glib = "0.21.5" dirs = "6.0.0" fs2 = "0.4.3" -anyhow = "1.0.100" +anyhow = "1.0.101" clap = { version = "4.5.58", features = ["derive"] } async-trait = "0.1.89" tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros", "sync", "time"] }