From 57990f6c7e89b9696ad809321783ba56f5c0edcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:34:08 +0000 Subject: [PATCH] Bump anyhow from 1.0.99 to 1.0.101 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.101. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.101) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bazelfe-core/Cargo.toml | 4 ++-- bzl-remote-core/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 629104628..6c8e25b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.99" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "arc-swap" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9eea422d7..ec4934b4c 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -87,7 +87,7 @@ crossterm = "0.29.0" muncher = { version = "0.7.0", optional = true } humantime = "2.3.0" tempfile = { version = "3.23.0", optional = true } -anyhow = "1.0.99" +anyhow = "1.0.101" tower = "0.4.13" mio = "1.0.4" ptyprocess = "0.5.0" @@ -95,7 +95,7 @@ xml-rs = "0.8.22" [build-dependencies] vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]} -anyhow = "1.0.99" +anyhow = "1.0.101" [dependencies.bazelfe-protos] path = "../bazelfe-protos" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..ccc279ac5 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -45,7 +45,7 @@ flume = { version = "0.11.1" } dashmap = { version = "6.1.0" } time = "0.3.44" tempfile = { version = "3.23.0" } -anyhow = "1.0.99" +anyhow = "1.0.101" tower = { version = "0.4" } log = "0.4.29" hyper = "0.14.27" @@ -64,7 +64,7 @@ sysinfo = "0.37.2" [build-dependencies] vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]} -anyhow = "1.0.99" +anyhow = "1.0.101" [dependencies.bazelfe-protos] path = "../bazelfe-protos"