From 65ec79abc8ff5b70c6023ed02258e2e307f0bfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 04:58:13 +0000 Subject: [PATCH] Update quick-xml requirement from 0.28.0 to 0.29.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.28.0...v0.29.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 5d0ed88..50b10f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] derive-getters = "0.3.0" -quick-xml = "0.28.0" +quick-xml = "0.29.0" strip-ansi-escapes = "0.1.0" time = { version = "0.3.4", features = ["formatting", "macros"] }