From 84ea062aa093c879afeb605bf6048c953ae6cfb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 07:36:43 +0000 Subject: [PATCH] Bump quick-xml from 0.36.2 to 0.38.3 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.36.2 to 0.38.3. - [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.36.2...v0.38.3) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11dd4ed..51eb016 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.2" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" +checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index f76fd31..d8911a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] derive-getters = "0.5.0" -quick-xml = "0.36.2" +quick-xml = "0.38.3" time = { version = "0.3.43", features = ["formatting", "macros"], default-features = false } [dev-dependencies]