Skip to content

Commit

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

---
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 21, 2024
1 parent 1aa707c commit 6963b2e
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mc-crypto-keys = { path = "../crypto/keys", default-features = false }

[dev-dependencies]

anyhow = { version = "1.0.79" }
anyhow = { version = "1.0.80" }
clap = { version = "4.5.1", features = [ "derive" ] }
hex = { version = "0.4.3", default-features = false }
lazy_static = { version = "1.4.0" }
Expand Down
2 changes: 1 addition & 1 deletion transaction/signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = { workspace = true }

[dependencies]
# External dependencies
anyhow = "1.0.79"
anyhow = "1.0.80"
clap = { version = "4.5", features = [ "derive" ] }
displaydoc = { version = "0.2", default-features = false }
hex = { version = "0.4.2", default_features = false }
Expand Down

0 comments on commit 6963b2e

Please sign in to comment.