Skip to content

Commit c8c0e63

Browse files
chore(deps): bump clap from 4.5.44 to 4.5.45 (#97)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.44 to 4.5.45. - [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.44...clap_complete-v4.5.45) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.45 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>
1 parent 674f72b commit c8c0e63

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
@@ -7,7 +7,7 @@ build = "build.rs"
77

88
[dependencies]
99
anyhow = "1.0.99"
10-
clap = { version = "4.5.44", features = ["derive"] }
10+
clap = { version = "4.5.45", features = ["derive"] }
1111
sysinfo = { version = "0.37.0", default-features = false, features = ["component", "disk", "network", "system"] }
1212
tokio = { version = "1", features = ["full"] }
1313

0 commit comments

Comments
 (0)