diff --git a/Cargo.lock b/Cargo.lock index f4839ba93..bc687b262 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1996,12 +1996,12 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winreg" -version = "0.53.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89a47b489f8fc5b949477e89dca4d1617f162c6c53fbcbefde553ab17b342ff9" +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 137aac0a7..7de5e8ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ dirs = "5.0.1" volta-migrate = { path = "crates/volta-migrate" } [target.'cfg(windows)'.dependencies] -winreg = "0.53.0" +winreg = "0.55.0" [dev-dependencies] hamcrest2 = "0.3.0"