From 306973f0ca9c049be19f9244aa7c753547ec6d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:34:41 +0000 Subject: [PATCH] chore(deps): Bump quick-xml from 0.36.1 to 0.37.1 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.36.1 to 0.37.1. - [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.1...v0.37.1) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 ++++++++++++++++------ src/frontend/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb581e4ac9742..134a38260cb7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8235,7 +8235,7 @@ dependencies = [ "md-5", "parking_lot 0.12.1", "percent-encoding", - "quick-xml 0.36.1", + "quick-xml 0.36.2", "rand", "reqwest 0.12.4", "ring 0.17.5", @@ -8289,7 +8289,7 @@ dependencies = [ "once_cell", "percent-encoding", "prometheus", - "quick-xml 0.36.1", + "quick-xml 0.36.2", "reqsign", "reqwest 0.12.4", "serde", @@ -8320,7 +8320,7 @@ dependencies = [ "md-5", "once_cell", "percent-encoding", - "quick-xml 0.36.1", + "quick-xml 0.36.2", "reqsign", "reqwest 0.12.4", "serde", @@ -9900,9 +9900,19 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.1" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" +checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "quick-xml" +version = "0.37.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" dependencies = [ "memchr", "serde", @@ -11387,7 +11397,7 @@ dependencies = [ "pretty_assertions", "prometheus", "prost 0.13.1", - "quick-xml 0.36.1", + "quick-xml 0.37.1", "rand", "risingwave_batch", "risingwave_common", diff --git a/src/frontend/Cargo.toml b/src/frontend/Cargo.toml index a0039a849c234..928b392f4979b 100644 --- a/src/frontend/Cargo.toml +++ b/src/frontend/Cargo.toml @@ -61,7 +61,7 @@ pretty-xmlish = "0.1.13" pretty_assertions = "1" prometheus = { version = "0.13", features = ["process"] } prost = { workspace = true } -quick-xml = { version = "0.36", features = ["serialize"] } +quick-xml = { version = "0.37", features = ["serialize"] } rand = { version = "0.8", features = ["small_rng"] } risingwave_batch = { workspace = true } risingwave_common = { workspace = true }