From 194e2deed5a7401445d412599d9f9613e1afa6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:16:36 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. Updates `quick-xml` to 0.40.1 - [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.39.3...v0.40.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.1 dependency-type: direct:production dependency-group: others ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 1f8b158a65b9..c766277016ba 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -49,7 +49,7 @@ http = "1.1" log = { version = "0.4.29" } logforth = { version = "0.29.1", features = ["starter-log"] } mea = "0.6" -quick-xml = { version = "0.39.3", default-features = false } +quick-xml = { version = "0.40.1", default-features = false } rand = "0.10.1" serde = { version = "1", default-features = false } serde_json = "1"