From a4f8b5e01e39a702b8656d34905669efe43a6d61 Mon Sep 17 00:00:00 2001 From: krant Date: Sat, 6 Apr 2024 16:35:03 +0300 Subject: [PATCH] Update winreg to 0.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79c00d1e..72bd0138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ bytes = { version = "1.4.0", features = ["serde"], optional = true } reqwest = { version = "0.11.20", default-features = false } [target.'cfg(windows)'.dependencies] -winreg = "0.51" +winreg = "0.52" [dev-dependencies] quote = "1"