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"