Skip to content

Commit 9daa8e0

Browse files
chore(deps): bump clap from 4.5.49 to 4.5.50
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.49 to 4.5.50. - [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.49...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 805408b commit 9daa8e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.49", features = ["derive"] }
14+
clap = { version = "4.5.50", features = ["derive"] }
1515
# Checking similarity of strings
1616
similar-string = "1.4.3"
1717
# Parsing dotenv-style files

0 commit comments

Comments
 (0)