Skip to content

Commit 0233933

Browse files
Bump anyhow from 1.0.87 to 1.0.88 (#1245)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.87...1.0.88) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c31511 commit 0233933

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ crossterm = "0.27.0"
8787
muncher = { version = "0.7.0", optional = true }
8888
humantime = "2.1.0"
8989
tempfile = { version = "3.12.0", optional = true }
90-
anyhow = "1.0.87"
90+
anyhow = "1.0.88"
9191
tower = "0.4.13"
9292
mio = "0.8.11"
9393
ptyprocess = "0.4.1"
9494
xml-rs = "0.8.19"
9595

9696
[build-dependencies]
9797
vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]}
98-
anyhow = "1.0.87"
98+
anyhow = "1.0.88"
9999

100100
[dependencies.bazelfe-protos]
101101
path = "../bazelfe-protos"

bzl-remote-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ flume = { version = "0.11.0" }
4545
dashmap = { version = "6.1.0" }
4646
time = "0.3.36"
4747
tempfile = { version = "3.12.0" }
48-
anyhow = "1.0.87"
48+
anyhow = "1.0.88"
4949
tower = { version = "0.4" }
5050
log = "0.4.22"
5151
hyper = "0.14.27"
@@ -64,7 +64,7 @@ sysinfo = "0.31.4"
6464

6565
[build-dependencies]
6666
vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]}
67-
anyhow = "1.0.87"
67+
anyhow = "1.0.88"
6868

6969
[dependencies.bazelfe-protos]
7070
path = "../bazelfe-protos"

0 commit comments

Comments
 (0)