diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a0b177fb7..fa3eb3589 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -8686,9 +8686,9 @@ dependencies = [ [[package]] name = "windows" -version = "0.61.1" +version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ "windows-collections", "windows-core", @@ -8754,9 +8754,9 @@ dependencies = [ [[package]] name = "windows-link" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" [[package]] name = "windows-numerics" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index b0f99e5a7..2ff3f0286 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -192,7 +192,7 @@ tun = { path = "connlib/tun" } url = "2.5.2" uuid = "1.17.0" which = "4.4.2" -windows = "0.61.0" +windows = "0.61.3" windows-core = "0.61.1" windows-implement = "0.60.0" windows-service = "0.8.0"