Skip to content

Commit 3ec56f4

Browse files
Update roxmltree requirement from 0.20 to 0.21
Updates the requirements on [roxmltree](https://github.com/RazrFalcon/roxmltree) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/roxmltree@v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: roxmltree dependency-version: 0.21.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03c3c8a commit 3ec56f4

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.52", optional = true }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)