From 00dda3c41eb673dd4e3a37283ccb9048eadc621c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:03:57 +0000 Subject: [PATCH] Update quick-xml requirement from 0.22.0 to 0.28.1 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.22.0...v0.28.1) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dom/augdom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/augdom/Cargo.toml b/dom/augdom/Cargo.toml index 15209813..d0dccd3d 100644 --- a/dom/augdom/Cargo.toml +++ b/dom/augdom/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.3.5" gloo-timers = { version = "0.2.1", features = ["futures"], optional = true } illicit = { version = "1.1.2", path = "../../illicit", optional = true } paste = "1" -quick-xml = "0.22.0" +quick-xml = "0.28.1" static_assertions = "1" tracing = "0.1"