Skip to content

Commit 81682ba

Browse files
Bump clap from 4.5.21 to 4.5.23
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.23. - [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.5.21...clap_complete-v4.5.23) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ae835f commit 81682ba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77

88
[dependencies]
99
chrono = "0.4.38"
10-
clap = { version = "4.5.21", features = ["derive"] }
10+
clap = { version = "4.5.23", features = ["derive"] }
1111
crossterm = "0.28.1"
1212
deku = { version = "0.18.1", default-features = false, features = ["alloc", "std"] }
1313
env_logger = "0.11.5"

0 commit comments

Comments
 (0)