Skip to content

Commit 18edb6f

Browse files
chore(deps): update quick-xml requirement in /crates/cli
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 664cf8b commit 18edb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ hex = { version = "0.4.3", optional = true, default-features = false }
5353
serde_json = { version = "1", optional = true, default-features = false }
5454

5555
# XML
56-
quick-xml = { version = "0.36.0", optional = true, default-features = false }
56+
quick-xml = { version = "0.37.0", optional = true, default-features = false }
5757

5858
# Browser
5959
webbrowser = { version = "1.0.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)