Skip to content

Commit d7ab6f7

Browse files
Bump clap from 4.5.0 to 4.5.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.1. - [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.0...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ae867c commit d7ab6f7

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.

llama-cpp-2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ criterion = { workspace = true }
1919
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
2020

2121
# used in examples
22-
clap = { version = "4.5.0", features = ["derive"] }
22+
clap = { version = "4.5.1", features = ["derive"] }
2323
anyhow = "1.0.80"
2424

2525
[[bench]]

0 commit comments

Comments
 (0)