Skip to content

Commit 6dda450

Browse files
build(deps): bump clap from 4.3.0 to 4.4.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.3.0...clap_complete-v4.4.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1dde973 commit 6dda450

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Cargo.lock

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

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition.workspace = true
77

88
[dependencies]
99
anyhow = "1.0.51"
10-
clap = { version = "4.3.0", default-features = false, features = ["derive", "help", "usage", "std"] }
10+
clap = { version = "4.4.0", default-features = false, features = ["derive", "help", "usage", "std"] }
1111
fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std"] }
1212
fs-err = "2.6.0"
1313
heck = "0.4.0"

0 commit comments

Comments
 (0)