Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 58671a1 commit dfca7b1
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.75" }
anyhow = { version = "1.0.79" }
clap = { version = "4.4.12", 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.75"
anyhow = "1.0.79"
clap = { version = "4.4", features = [ "derive" ] }
displaydoc = { version = "0.2", default-features = false }
hex = { version = "0.4.2", default_features = false }
Expand Down

0 comments on commit dfca7b1

Please sign in to comment.