Skip to content

Commit fc90c72

Browse files
chore(deps): bump clap from 4.5.26 to 4.5.27
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.27. - [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.26...clap_complete-v4.5.27) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f0314b commit fc90c72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
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
@@ -11,7 +11,7 @@ repository = "https://github.com/ankddev/envfetch"
1111

1212
[dependencies]
1313
# Parsing command line options
14-
clap = { version = "4.5.26", features = ["derive"] }
14+
clap = { version = "4.5.27", features = ["derive"] }
1515
# Printing colored text
1616
colored = "3.0.0"
1717
# Checking similarity of strings

0 commit comments

Comments
 (0)