From cf4295d59d614b1b813cacfe97f186fba952a358 Mon Sep 17 00:00:00 2001 From: Aleksey Vasilenko Date: Fri, 29 Mar 2024 20:39:58 +0200 Subject: [PATCH] chore: update winreg to 0.52.0 (#2226) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdb3fabc7..a21cd0fdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ tokio = { version = "1.0", default-features = false, features = ["macros", "rt-m futures-util = { version = "0.3.0", default-features = false, features = ["std", "alloc"] } [target.'cfg(windows)'.dependencies] -winreg = "0.50.0" +winreg = "0.52.0" [target.'cfg(target_os = "macos")'.dependencies] system-configuration = { version = "0.5.1", optional = true }