Skip to content

Commit 2431949

Browse files
dependabot[bot]MarcusDunn
authored andcommitted
Bump clap from 4.4.16 to 4.4.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.16 to 4.4.18. - [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.4.16...v4.4.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25f39fa commit 2431949

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.4.16", features = ["derive"] }
22+
clap = { version = "4.4.18", features = ["derive"] }
2323
anyhow = "1.0.79"
2424

2525
[[bench]]

0 commit comments

Comments
 (0)