Skip to content

Commit 1950098

Browse files
build(deps): bump clap from 4.5.23 to 4.5.26 (#107)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.26. - [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.23...clap_complete-v4.5.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff5ac4c commit 1950098

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
@@ -14,7 +14,7 @@ keywords = ["cli", "node", "javascript", "npm", "scripts"]
1414

1515
[dependencies]
1616
ahash = "0.8.11"
17-
clap = { version = "4.5.23", features = ["derive", "env"] }
17+
clap = { version = "4.5.26", features = ["derive", "env"] }
1818
color-eyre = { version = "0.6.3", default-features = false }
1919
ctrlc = "3.4.5"
2020
dotenvy = "0.15.7"

0 commit comments

Comments
 (0)