From 8d8df487bb417d83ff3c75845319f934d2125d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:14:46 +0000 Subject: [PATCH] Bump quick-xml from 0.37.4 to 0.38.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.4 to 0.38.0. - [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.4...v0.38.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad3365a..4e7a3bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ "egui_extras", "egui_plot", "human_bytes", - "quick-xml 0.37.4", + "quick-xml 0.38.0", "reqwest", "rfd", "serde", @@ -2839,9 +2839,18 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.4" +version = "0.37.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369" +checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +dependencies = [ + "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b" dependencies = [ "memchr", "serde", @@ -4138,7 +4147,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484" dependencies = [ "proc-macro2", - "quick-xml 0.37.4", + "quick-xml 0.37.5", "quote", ] diff --git a/Cargo.toml b/Cargo.toml index eea0e0c..a385561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ eframe = "0.31.1" egui_extras = "0.31.1" egui_plot = "0.32.1" human_bytes = "0.4.3" -quick-xml = { version = "0.37.4", features = ["serialize"] } +quick-xml = { version = "0.38.0", features = ["serialize"] } reqwest = { version = "0.12.15", features = ["json"] } rfd = "0.15.3" serde = { version = "1.0.219", features = ["derive"] }