Skip to content

Commit 212dc4d

Browse files
authored
Merge pull request #2 from Choochmeque/dependabot/cargo/winreg-0.55
Update winreg requirement from 0.52 to 0.55
2 parents 03c3c8a + 87225d7 commit 212dc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msixbundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sdk-discovery = ["dep:winreg"]
1919
anyhow = "1"
2020
thiserror = "2"
2121
roxmltree = "0.20"
22-
winreg = { version = "0.52", optional = true }
22+
winreg = { version = "0.55", optional = true }
2323

2424
[dev-dependencies]
2525
tempfile = "3"

0 commit comments

Comments
 (0)