From 6ee888a4c4586ad4084b82ff514b7d6862543d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:29:53 +0000 Subject: [PATCH] Bump anyhow from 1.0.99 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 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 42fea8cc0..0fd98a535 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,9 +88,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arc-swap" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9cd8cbd5b..dd23f0cde 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.22.0", optional = true } -anyhow = "1.0.99" +anyhow = "1.0.100" 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.100" [dependencies.bazelfe-protos] path = "../bazelfe-protos" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index f4c61cc21..ebfefbc83 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.22.0" } -anyhow = "1.0.99" +anyhow = "1.0.100" tower = { version = "0.4" } log = "0.4.28" hyper = "0.14.27" @@ -64,7 +64,7 @@ sysinfo = "0.37.0" [build-dependencies] vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]} -anyhow = "1.0.99" +anyhow = "1.0.100" [dependencies.bazelfe-protos] path = "../bazelfe-protos"