diff --git a/Cargo.lock b/Cargo.lock index c0dd53d..f82d5b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,9 +184,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.22" +version = "4.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2" +checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3" dependencies = [ "clap_builder", "clap_derive", @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.22" +version = "4.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4" +checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index f1cda0f..04de070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ unic-ucd-category = "0.9.0" unicode-segmentation = "1.10.1" [target.'cfg(not(target_family = "wasm"))'.dependencies] -clap = { version = "4.3.22", features = ["derive", "wrap_help"], optional = true } +clap = { version = "4.3.23", features = ["derive", "wrap_help"], optional = true } [target.'cfg(target_family = "wasm")'.dependencies] wasm-bindgen = "0.2.87"