From 77474a283e6b224ecb2bd69a23999995065f3f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:38:08 +0200 Subject: [PATCH] Bump quick-xml from 0.31.0 to 0.32.0 (#1214) Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.31.0 to 0.32.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.31.0...v0.32.0) --- updated-dependencies: - dependency-name: quick-xml 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ce3818b7..39a78238e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,9 +491,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" +checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index c3bb08693..04f69dc79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ num-complex = "0.4" num-traits.workspace = true numpy.workspace = true petgraph.workspace = true -quick-xml = "0.31" +quick-xml = "0.32" rand.workspace = true rand_pcg.workspace = true rayon.workspace = true