Skip to content

Commit 8d547fe

Browse files
authored
Merge pull request #8 from ankddev/dependabot/cargo/clap-4.5.26
chore(deps): bump clap from 4.5.23 to 4.5.26
2 parents 4a6c49f + 38010cb commit 8d547fe

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

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

0 commit comments

Comments
 (0)