From 83ccbe17ce6ee7e65a4d7e89d1ea1ee2ef79156d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:34:05 +0100 Subject: [PATCH] Bump clap from 4.4.16 to 4.4.17 (#218) Bumps [clap](https://github.com/clap-rs/clap) from 4.4.16 to 4.4.17. - [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/v4.4.16...v4.4.17) --- 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 73145dc..7b2dec3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,9 +171,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" +checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" dependencies = [ "clap_builder", "clap_derive", @@ -181,9 +181,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" +checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 8d2c01e..5dc85ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ unic-ucd-category = "0.9.0" unicode-segmentation = "1.10.1" [target.'cfg(not(target_family = "wasm"))'.dependencies] -clap = { version = "4.4.16", features = ["derive", "wrap_help"], optional = true } +clap = { version = "4.4.17", features = ["derive", "wrap_help"], optional = true } [target.'cfg(target_family = "wasm")'.dependencies] wasm-bindgen = "0.2.87"