From f0569499ec3e9e082b49dae283c195a03402d199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:18:13 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b81e3c..68f3e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]