diff --git a/Cargo.lock b/Cargo.lock index 6278902..9f11832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,9 +167,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.15" +version = "4.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ "clap_builder", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index add47e2..c11a17a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ unic-ucd-category = "0.9.0" unicode-segmentation = "1.11.0" [target.'cfg(not(target_family = "wasm"))'.dependencies] -clap = {version = "4.5.15", features = ["derive", "wrap_help"], optional = true} +clap = {version = "4.5.16", features = ["derive", "wrap_help"], optional = true} pyo3 = {version = "0.22.2", optional = true} [target.'cfg(target_family = "wasm")'.dependencies]