diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3cbc1355c..abfaf1cb0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", "clap_derive", @@ -1273,9 +1273,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstream", "anstyle", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 10296c4d1..a8331b03a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -62,7 +62,7 @@ bytecodec = "0.5.0" bytes = { version = "1.9.0", default-features = false } caps = "0.5.5" chrono = { version = "0.4", default-features = false, features = ["std", "clock", "oldtime", "serde"] } -clap = "4.5.41" +clap = "4.5.42" client-shared = { path = "client-shared" } connlib-model = { path = "connlib/model" } crossbeam-queue = "0.3.12"