diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a5aec602f..5e0cd6553 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -8443,13 +8443,13 @@ dependencies = [ [[package]] name = "windows-service" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24d6bcc7f734a4091ecf8d7a64c5f7d7066f45585c1861eba06449909609c8a" +checksum = "193cae8e647981c35bc947fdd57ba7928b1fa0d4a79305f6dd2dc55221ac35ac" dependencies = [ "bitflags 2.6.0", "widestring", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index 535fa4186..21ae5af1e 100644 --- a/rust/headless-client/Cargo.toml +++ b/rust/headless-client/Cargo.toml @@ -62,7 +62,7 @@ dirs = { workspace = true } ipconfig = "0.3.2" itertools = { workspace = true } known-folders = { workspace = true } -windows-service = "0.7.0" +windows-service = "0.8.0" winreg = { workspace = true } [target.'cfg(windows)'.dependencies.windows]