From 96dbd1d2c7eb76c6ea22466afbc0e7fb0840c951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:03:37 +0000 Subject: [PATCH] Bump anyhow from 1.0.100 to 1.0.102 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.100 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.100...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 ++-- crates/all-in-one/Cargo.toml | 2 +- crates/common/Cargo.toml | 2 +- crates/pnpm/Cargo.toml | 2 +- crates/review/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c46f24..bbec58d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "async-channel" diff --git a/crates/all-in-one/Cargo.toml b/crates/all-in-one/Cargo.toml index 76260cf..9c5dc08 100644 --- a/crates/all-in-one/Cargo.toml +++ b/crates/all-in-one/Cargo.toml @@ -10,7 +10,7 @@ name = "deputui" path = "src/main.rs" [dependencies] -anyhow = "1.0.100" +anyhow = "1.0.102" clap = { version = "4.5.56", features = ["derive"] } deputui-pnpm = { path = "../pnpm" } deputui-review = { path = "../review" } diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index c030827..6f38c5b 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -6,7 +6,7 @@ description = "Common functionality for deputui binaries" license = "MIT" [dependencies] -anyhow = "1.0.100" +anyhow = "1.0.102" async-h1 = "2.3.4" async-native-tls = "0.5.0" http-types = "2.12.0" diff --git a/crates/pnpm/Cargo.toml b/crates/pnpm/Cargo.toml index 75e8f35..0283a11 100644 --- a/crates/pnpm/Cargo.toml +++ b/crates/pnpm/Cargo.toml @@ -10,7 +10,7 @@ name = "deputui-pnpm" path = "src/main.rs" [dependencies] -anyhow = "1.0.100" +anyhow = "1.0.102" futures = "0.3.31" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.149" diff --git a/crates/review/Cargo.toml b/crates/review/Cargo.toml index f1af474..1a5a484 100644 --- a/crates/review/Cargo.toml +++ b/crates/review/Cargo.toml @@ -10,7 +10,7 @@ name = "deputui-review" path = "src/main.rs" [dependencies] -anyhow = "1.0.100" +anyhow = "1.0.102" futures = "0.3.31" http-types = "2.12.0" ratatui = "0.30.0"