From 59d82455f6f071d75f888f111987b895cafadc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:36:56 +0000 Subject: [PATCH] Bump quick-xml from 0.37.5 to 0.38.3 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.5 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.37.5...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 ++-- lockfile/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd4a30448..c1d555b7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5066,9 +5066,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.5" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" dependencies = [ "encoding_rs", "memchr", diff --git a/lockfile/Cargo.toml b/lockfile/Cargo.toml index c295ab323..18d4995e8 100644 --- a/lockfile/Cargo.toml +++ b/lockfile/Cargo.toml @@ -19,7 +19,7 @@ nom = "8.0.0" nom-language = "0.1.0" phylum_types = { git = "https://github.com/phylum-dev/phylum-types", branch = "development" } purl = "0.1.1" -quick-xml = { version = "0.37.1", features = [ +quick-xml = { version = "0.38.3", features = [ "encoding", "overlapped-lists", "serialize",