From b82e3333e1f3d25e3cf9fee6def5e30dd2258521 Mon Sep 17 00:00:00 2001 From: hzlinyiyu Date: Wed, 7 Jun 2023 10:04:15 +0800 Subject: [PATCH] deps: update winrege 0.10 -> 0.50 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c808eb77b..d06694b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ doc-comment = "0.3" tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread"] } [target.'cfg(windows)'.dependencies] -winreg = "0.10" +winreg = "0.50.0" # wasm