Skip to content

Commit ab810b4

Browse files
bump winreg (#195)
bump winreg to using windows-sys 0.59
1 parent 92a37e3 commit ab810b4

File tree

3 files changed

+36
-93
lines changed

3 files changed

+36
-93
lines changed

‎Cargo.lock

Lines changed: 33 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/pet-windows-registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[target.'cfg(windows)'.dependencies]
7-
winreg = "0.52.0"
7+
winreg = "0.55.0"
88

99
[target.'cfg(target_os = "windows")'.dependencies]
1010
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }
@@ -18,4 +18,4 @@ pet-fs = { path = "../pet-fs" }
1818
pet-conda = { path = "../pet-conda" }
1919
log = "0.4.21"
2020
lazy_static = "1.4.0"
21-
regex = "1.10.4"
21+
regex = "1.10.4"

‎crates/pet-windows-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[target.'cfg(windows)'.dependencies]
7-
winreg = "0.52.0"
7+
winreg = "0.55.0"
88

99
[target.'cfg(target_os = "windows")'.dependencies]
1010
msvc_spectre_libs = { version = "0.1.1", features = ["error"] }

0 commit comments

Comments
 (0)
close