Skip to content

Commit

Permalink
Bump anyhow from 1.0.90 to 1.0.91
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.91.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.90...1.0.91)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 01ea80b commit 43e713e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ crossterm = "0.27.0"
muncher = { version = "0.7.0", optional = true }
humantime = "2.1.0"
tempfile = { version = "3.13.0", optional = true }
anyhow = "1.0.90"
anyhow = "1.0.91"
tower = "0.4.13"
mio = "0.8.11"
ptyprocess = "0.4.1"
xml-rs = "0.8.22"

[build-dependencies]
vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]}
anyhow = "1.0.90"
anyhow = "1.0.91"

[dependencies.bazelfe-protos]
path = "../bazelfe-protos"
Expand Down
4 changes: 2 additions & 2 deletions bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ flume = { version = "0.11.1" }
dashmap = { version = "6.1.0" }
time = "0.3.36"
tempfile = { version = "3.13.0" }
anyhow = "1.0.90"
anyhow = "1.0.91"
tower = { version = "0.4" }
log = "0.4.22"
hyper = "0.14.27"
Expand All @@ -64,7 +64,7 @@ sysinfo = "0.32.0"

[build-dependencies]
vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]}
anyhow = "1.0.90"
anyhow = "1.0.91"

[dependencies.bazelfe-protos]
path = "../bazelfe-protos"
Expand Down

0 comments on commit 43e713e

Please sign in to comment.