Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent ae9ba1b commit b9bc8d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.10.1" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.10.3" }
anyhow = "1.0.96"
anyhow = "1.0.97"
clap = { version = "4.5.30", features = ["derive", "env"] }
clap-verbosity-flag = "3.0.2"
clap_complete = "4.5.42"
Expand Down

0 comments on commit b9bc8d4

Please sign in to comment.