From f439eb55c334760b2cf9f527e42e4a80ff8cae42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:36:51 -0700 Subject: [PATCH] chore(deps): Bump clap from 4.5.14 to 4.5.15 (#258) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.14 to 4.5.15. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.14...v4.5.15) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d4232c8..7441ec59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,9 +334,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" +checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" dependencies = [ "clap_builder", "clap_derive", @@ -344,9 +344,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" +checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 1fd81185..34950a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ arrayvec = "0.7.2" bitflags = "2.2.1" candle-core = "0.6.0" candle-nn = "0.6.0" -clap = { version = "4.5.14", features = ["derive", "wrap_help"] } +clap = { version = "4.5.15", features = ["derive", "wrap_help"] } indicatif = "0.17.8" itertools = "0.13.0" # Use SmallRng for performance.