Skip to content

Commit 66e47d7

Browse files
chore(deps): bump clap from 4.5.23 to 4.5.27
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 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.23...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] <support@github.com>
1 parent a26b12f commit 66e47d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -15,7 +15,7 @@ log = "0.4"
1515
env_logger = "0.11"
1616
regex = "1.10"
1717
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] }
18-
clap = { version = "4.5.23", features = ["derive"] }
18+
clap = { version = "4.5.27", features = ["derive"] }
1919
serde = { version = "1.0.217", features = ["derive"] }
2020
csv = "1.3.0"
2121
serde_json = "1.0"

0 commit comments

Comments
 (0)