Skip to content

Commit 22dbb7c

Browse files
chore(deps): bump anyhow from 1.0.96 to 1.0.97 (#16)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d20ad8c commit 22dbb7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
clap = { version = "4.5.31" , features = ["derive"]}
8-
anyhow = "1.0.96"
8+
anyhow = "1.0.97"
99
fuel-core = { version = "0.41.8", features = ["rocksdb", "backup"] }
1010
tar = { version = "0.4.44", optional = true}
1111
tempfile = { version = "3.18.0", optional = true }

0 commit comments

Comments
 (0)