From f46d3d4ea91413fdd18f3aa8ee0fdc9302c668a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:36:53 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.26 to 0.30 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.26.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 4f61729579..97d20dea71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.60.0" [build-dependencies] crc-any = { version = "2.3.0", default-features = false } -quick-xml = "0.26" +quick-xml = "0.30" quote = "1" proc-macro2 = "1.0.43" lazy_static = "1.2.0"