diff --git a/Cargo.lock b/Cargo.lock index 629104628..6f88df365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.99" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arc-swap" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9eea422d7..5f558d18e 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.102" 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.102" [dependencies.bazelfe-protos] path = "../bazelfe-protos" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..dc5e39d7d 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.102" 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.102" [dependencies.bazelfe-protos] path = "../bazelfe-protos"