Skip to content

Commit b734c1b

Browse files
build(deps): bump anyhow from 1.0.96 to 1.0.97
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] <support@github.com>
1 parent 6e1b863 commit b734c1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

veil-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ thiserror = "2.0.11"
1919
veil = { path = "../veil" }
2020

2121
[dev-dependencies]
22-
anyhow = "1.0.96"
22+
anyhow = "1.0.97"
2323
xshell = "0.2.7"
2424

2525
[[bin]]

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish = false
55
edition = "2024"
66

77
[dependencies]
8-
anyhow = "1.0.96"
8+
anyhow = "1.0.97"
99
clap = { version = "4.5.31", features = ["deprecated", "derive"] }
1010
xshell = "0.2.7"
1111

0 commit comments

Comments
 (0)