diff --git a/Cargo.lock b/Cargo.lock index 44fa1845..8b804f61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,9 +326,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -346,9 +346,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 7c3e5c18..c4d450c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ portmatching = "0.3.1" bytemuck = "1.21.0" cgmath = "0.18.0" chrono = "0.4.39" -clap = "4.5.26" +clap = "4.5.27" criterion = "0.5.1" crossbeam-channel = "0.5.14" csv = "1.3.1"