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"