Skip to content

Commit d239cd4

Browse files
Bump clap from 4.5.42 to 4.5.43 (#428)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.42 to 4.5.43. - [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.42...clap_complete-v4.5.43) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70019c7 commit d239cd4

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
@@ -19,7 +19,7 @@ bytes = "1.10.1"
1919
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.9.1" }
2020
candle-datasets = { git = "https://github.com/huggingface/candle.git", version = "0.9.1" }
2121
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.9.1" }
22-
clap = { version = "4.5.42", features = ["derive"] }
22+
clap = { version = "4.5.43", features = ["derive"] }
2323
comfy-table = "7.1.4"
2424
fancy-regex = "0.16.1"
2525
hf-hub = "0.4.3"

0 commit comments

Comments
 (0)