From 50a5395a879aa971c85e4f3323c31b4f70a405de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 12:22:58 +0100 Subject: [PATCH] chore(deps): bump quick-xml from 0.31.0 to 0.39.2 (#9) Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.31.0 to 0.39.2. - [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.31.0...v0.39.2) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- nora-storage/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42f802d..d20fe4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,9 +1448,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.31.0" +version = "0.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" +checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" dependencies = [ "memchr", "serde", diff --git a/nora-storage/Cargo.toml b/nora-storage/Cargo.toml index 69fb45c..849edda 100644 --- a/nora-storage/Cargo.toml +++ b/nora-storage/Cargo.toml @@ -25,4 +25,4 @@ sha2 = "0.10" base64 = "0.22" httpdate = "1" chrono = { version = "0.4", features = ["serde"] } -quick-xml = { version = "0.31", features = ["serialize"] } +quick-xml = { version = "0.39", features = ["serialize"] }