Skip to content

Commit

Permalink
chore: update winreg to 0.52.0 (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
krant committed Mar 29, 2024
1 parent db25e80 commit cf4295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ tokio = { version = "1.0", default-features = false, features = ["macros", "rt-m
futures-util = { version = "0.3.0", default-features = false, features = ["std", "alloc"] }

[target.'cfg(windows)'.dependencies]
winreg = "0.50.0"
winreg = "0.52.0"

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

0 comments on commit cf4295d

Please sign in to comment.