mirror of
https://github.com/edg-l/sitewriter.git
synced 2024-11-09 09:38:24 +00:00
Update quick-xml requirement from 0.29.0 to 0.30.0
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.29.0...v0.30.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
1f9d40fc38
commit
f0569499ec
|
@ -15,7 +15,7 @@ resolver = "2"
|
|||
[dependencies]
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] }
|
||||
derive_builder = "0.12.0"
|
||||
quick-xml = { version = "0.29.0", default-features = false }
|
||||
quick-xml = { version = "0.30.0", default-features = false }
|
||||
url = "2.3.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue