Skip to content

Commit b3f481d

Browse files
dependabot[bot]elasticdog
authored andcommitted
Bump anyhow from 1.0.71 to 1.0.72
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.71...1.0.72) --- 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 ed7d07e commit b3f481d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/spellout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tag = true
2727
tag-prefix = ""
2828

2929
[dependencies]
30-
anyhow = "1.0.71"
30+
anyhow = "1.0.72"
3131
clap = { version = "4.3.19", features = ["derive", "env", "wrap_help"] }
3232
clap_complete = "4.3.2"
3333
clap_mangen = "0.2.12"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
release = false
1212

1313
[dependencies]
14-
anyhow = "1.0.71"
14+
anyhow = "1.0.72"
1515
is_ci = "1.1.1"
1616
lexopt = "0.3.0"
1717
nanoserde = "0.1.32"

0 commit comments

Comments
 (0)