From e86b8147988ec741b49f44401dbd79ffa660556a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 05:46:48 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.102 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0c5b7d2..3c4d4a7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "async-broadcast" diff --git a/Cargo.toml b/Cargo.toml index cdfa9c78..1030e1b6 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.101" +anyhow = "1.0.102" clap = { version = "4.5.60", features = ["derive"] } async-trait = "0.1.89" tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros", "sync", "time"] }