mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
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](https://github.com/tafia/quick-xml/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
30ae60e4dc
commit
24134d6f23
1 changed files with 1 additions and 1 deletions
|
|
@ -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.36.0", optional = true, default-features = false }
|
||||
quick-xml = { version = "0.37.0", optional = true, default-features = false }
|
||||
|
||||
# Browser
|
||||
webbrowser = { version = "1.0.0", optional = true, default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue