From 30e4d634039a9ae65f5dc5e01536797b3f6eef25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:30:37 +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 50b10f4..2ce6fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] derive-getters = "0.3.0" -quick-xml = "0.29.0" +quick-xml = "0.30.0" strip-ansi-escapes = "0.1.0" time = { version = "0.3.4", features = ["formatting", "macros"] }