Skip to content

Commit 5179c13

Browse files
chore(deps): bump clap from 4.5.29 to 4.5.31 (#176)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.29 to 4.5.31. - [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.29...v4.5.31) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robin Bürgi <code-inflation@users.noreply.github.com>
1 parent 48dc2ae commit 5179c13

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
@@ -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.29", features = ["derive"] }
18+
clap = { version = "4.5.31", 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)