From 09815462b1f4cfe67d75cbbba6c526decce2c6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 10:19:47 +0000 Subject: [PATCH] Bump anyhow from 1.0.101 to 1.0.102 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- image/Cargo.toml | 2 +- manifest/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f0f5c971..c270b40b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,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 = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 99340b34f..b9b9f9f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ homepage = "https://onefetch.dev" rust-version = "1.88.0" [dependencies] -anyhow = "1.0.101" +anyhow = "1.0.102" askalono = "0.5.0" byte-unit = "5.2.0" clap = { version = "4.5.57", features = ["derive"] } diff --git a/image/Cargo.toml b/image/Cargo.toml index da9b966c7..477e76c33 100644 --- a/image/Cargo.toml +++ b/image/Cargo.toml @@ -8,7 +8,7 @@ name = "onefetch-image" description = "Display images in the terminal" [dependencies] -anyhow = "1.0.101" +anyhow = "1.0.102" clap = { version = "4.5.57", features = ["derive"] } image = { version = "0.25.10", default-features = false, features = [ "color_quant", diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index e5309f092..fb450e882 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -8,7 +8,7 @@ name = "onefetch-manifest" description = "Detect and parse manifest files" [dependencies] -anyhow = "1.0.101" +anyhow = "1.0.102" cargo_toml = "0.22.3" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149"