From e02568feecd78ff73a98fa4b790ac3bbc0817654 Mon Sep 17 00:00:00 2001 From: Cosmic Horror Date: Wed, 30 Oct 2024 01:20:57 -0600 Subject: [PATCH] deps: Update `winreg` 0.51 -> 0.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf3b2e6..c9c455f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0.0", features = ["derive"] } # Platform-specific dependencies used for locating the steam dir [target."cfg(target_os=\"windows\")".dependencies] -winreg = "0.51" +winreg = "0.52.0" [target."cfg(any(target_os=\"macos\", target_os=\"linux\"))".dependencies] home = "0.5.9"