Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.86 to 1.0.89
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.89)

---
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 Sep 16, 2024
1 parent 5175056 commit 7cbfd55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dunce = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
semver = "1.0.18"
anyhow = "1.0.72"
anyhow = "1.0.89"
tempfile = "3.12"
flate2 = "1.0"
tar = "0.4.39"
Expand Down Expand Up @@ -74,7 +74,7 @@ reqwest = { version = "0.12", default-features = false, features = ["blocking",
nix = { version = "0.29.0", features = ["process"] }

[build-dependencies]
anyhow = "1.0.72"
anyhow = "1.0.89"
itertools = "0.13.0"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
Expand Down

0 comments on commit 7cbfd55

Please sign in to comment.