diff --git a/Cargo.lock b/Cargo.lock index e3d296a..e42303c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2917,12 +2917,12 @@ dependencies = [ [[package]] name = "winreg" -version = "0.55.0" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" +checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10" dependencies = [ "cfg-if", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 16bfc68..109e244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ windows = { version = "0.62.2", features = [ "Win32_UI_Shell", ] } windows-service = "0.8.0" -winreg = "0.55.0" +winreg = "0.56.0" # Workspace lint configuration [workspace.lints.rust]