Skip to content

Commit

Permalink
chore(deps): update quick-xml requirement in /crates/cli
Browse files Browse the repository at this point in the history
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](https://github.com/tafia/quick-xml/commits)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent e52d7fb commit 5d56ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ hex = { version = "0.4.3", optional = true, default-features = false }
serde_json = { version = "1", optional = true, default-features = false }

# XML
quick-xml = { version = "0.31.0", optional = true, default-features = false }
quick-xml = { version = "0.32.0", optional = true, default-features = false }

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

0 comments on commit 5d56ab0

Please sign in to comment.