From 8226e4f7bde2e9438abda1fb8a8ee1f38eda27e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:38:29 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.30 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.30.0...v0.31.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gtk4-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk4-macros/Cargo.toml b/gtk4-macros/Cargo.toml index 68ca3cd1db15..f3ec875cb323 100644 --- a/gtk4-macros/Cargo.toml +++ b/gtk4-macros/Cargo.toml @@ -21,7 +21,7 @@ blueprint = [] [dependencies] anyhow = "1.0" -quick-xml = {version = "0.30", optional = true} +quick-xml = {version = "0.31", optional = true} proc-macro-crate = "2.0" proc-macro-error = "1.0" proc-macro2 = "1.0"