From 9a099e7d580bbcc92f0db3e13eaaa720913267a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:13:24 +0200 Subject: [PATCH] Bump clap from 4.4.2 to 4.4.3 (#184) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61a9ce1..0b6aef1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.2" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" dependencies = [ "clap_builder", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 642a0e7..4db0b24 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.2", features = ["derive", "wrap_help"], optional = true } +clap = { version = "4.4.3", features = ["derive", "wrap_help"], optional = true } [target.'cfg(target_family = "wasm")'.dependencies] wasm-bindgen = "0.2.87"