Skip to content

Commit ca0c40d

Browse files
authored
Merge pull request #405 from codahale/dependabot/cargo/anyhow-1.0.97
build(deps): bump anyhow from 1.0.96 to 1.0.97
2 parents 6c77a59 + b734c1b commit ca0c40d

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)