diff --git a/Cargo.lock b/Cargo.lock index 05c3ac4a4..060993bfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1509,9 +1509,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.51" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8" dependencies = [ "clap_builder", "clap_derive", @@ -1519,9 +1519,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index abe26423e..a13920167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ vtkio = { version = "0.7.0-rc1", default-features = false } # applications bindgen = "0.72.1" -clap = "4.5.51" +clap = "4.5.52" coupe = { git = "https://github.com/LIHPC-Computational-Geometry/coupe" } cudarc = "0.17.7" hwlocality = "1.0.0-alpha.7"