From b3a7c7531f38fe5173e200d2dbf689076c43ba7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:33:12 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.26 to 0.31 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.31.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 d591a449a2..c692ae4bc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.65.0" [build-dependencies] crc-any = { version = "2.3.0", default-features = false } -quick-xml = "0.26" +quick-xml = "0.31" quote = "1" proc-macro2 = "1.0.43" lazy_static = "1.2.0"