Skip to content

Commit 6b1f2e4

Browse files
Bump clap from 4.5.37 to 4.5.38 (#371)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.37 to 4.5.38. - [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.37...clap_complete-v4.5.38) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.38 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 fbb86aa commit 6b1f2e4

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.7.2" }
2020
candle-datasets = { git = "https://github.com/huggingface/candle.git", version = "0.7.2" }
2121
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.7.2" }
22-
clap = { version = "4.5.37", features = ["derive"] }
22+
clap = { version = "4.5.38", features = ["derive"] }
2323
comfy-table = "7.1.4"
2424
fancy-regex = "0.14.0"
2525
hf-hub = "0.4.2"

0 commit comments

Comments
 (0)