Skip to content

Commit 424e2d6

Browse files
authored
Merge pull request #9 from ankddev/dependabot/cargo/clap-4.5.27
chore(deps): bump clap from 4.5.26 to 4.5.27
2 parents 3f0314b + fc90c72 commit 424e2d6

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)