Skip to content

Commit ef28e64

Browse files
authored
Merge pull request #1 from Choochmeque/dependabot/cargo/roxmltree-0.21
Update roxmltree requirement from 0.20 to 0.21
2 parents 212dc4d + 074cd0a commit ef28e64

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
@@ -18,7 +18,7 @@ sdk-discovery = ["dep:winreg"]
1818
[dependencies]
1919
anyhow = "1"
2020
thiserror = "2"
21-
roxmltree = "0.20"
21+
roxmltree = "0.21"
2222
winreg = { version = "0.55", optional = true }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)