diff --git a/Cargo.lock b/Cargo.lock index ca45cb3..03b7c56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,9 +171,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.11" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" +checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" dependencies = [ "clap_builder", "clap_derive", @@ -181,9 +181,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.11" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" +checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 9e5e3ca..3a29671 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.11", features = ["derive", "wrap_help"], optional = true } +clap = { version = "4.4.12", features = ["derive", "wrap_help"], optional = true } [target.'cfg(target_family = "wasm")'.dependencies] wasm-bindgen = "0.2.87"