Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent f69c15a commit d985f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = []
crate-type = ["cdylib", "lib"]

[dependencies]
anyhow = "^1.0.95"
anyhow = "^1.0.96"
base64 = "^0.22.1"
clap = { version = "^4.5.30", features = ["cargo"] }
console_error_panic_hook = { version = "0.1.1", optional = true }
Expand Down

0 comments on commit d985f09

Please sign in to comment.