Skip to content

Commit cf4295d

Browse files
authored
chore: update winreg to 0.52.0 (#2226)
1 parent db25e80 commit cf4295d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ tokio = { version = "1.0", default-features = false, features = ["macros", "rt-m
172172
futures-util = { version = "0.3.0", default-features = false, features = ["std", "alloc"] }
173173

174174
[target.'cfg(windows)'.dependencies]
175-
winreg = "0.50.0"
175+
winreg = "0.52.0"
176176

177177
[target.'cfg(target_os = "macos")'.dependencies]
178178
system-configuration = { version = "0.5.1", optional = true }

0 commit comments

Comments
 (0)