Skip to content

Commit 1b96994

Browse files
dependabot[bot]nicholasbishop
authored andcommitted
build(deps): bump clap from 4.2.7 to 4.3.0
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.7 to 4.3.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@v4.2.7...clap_complete-v4.3.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 420b219 commit 1b96994

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -6,7 +6,7 @@ publish = false
66

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

0 commit comments

Comments
 (0)