Skip to content

Commit 99e9c3a

Browse files
dependabot[bot]zulinx86
authored andcommitted
build(deps): Bump clap from 4.3.3 to 4.3.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4. - [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.3...v4.3.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d443dad commit 99e9c3a

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.3", features = ["derive", "string"] }
15+
clap = { version = "4.3.4", 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)