Skip to content

Commit 4c4e875

Browse files
dependabot[bot]pb8o
authored andcommitted
build(deps): Bump clap from 4.3.4 to 4.3.5
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e2c5bc commit 4c4e875

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.

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "cpu-template-helper"
1212
bench = false
1313

1414
[dependencies]
15-
clap = { version = "4.3.4", features = ["derive", "string"] }
15+
clap = { version = "4.3.5", features = ["derive", "string"] }
1616
libc = "0.2.146"
1717
serde = { version = "1.0.164", features = ["derive"] }
1818
serde_json = "1.0.97"

0 commit comments

Comments
 (0)