diff --git a/Cargo.lock b/Cargo.lock index aea8fac2..c9401a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4729,12 +4729,12 @@ dependencies = [ [[package]] name = "winreg" -version = "0.52.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" dependencies = [ "cfg-if", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e0ccb435..87b87419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ mslnk = "0.1.8" pelite = "0.10.0" vc-ltl = "5.1.1" winapi = { version = "0.3.9", features = ["winuser", "minwindef"] } -winreg = "0.52.0" +winreg = "0.55.0" winrt-notification = "0.5.1" [lints.rust]