From e44526ca65fdae8f5e56b279b2fcfd7dc0890670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:06:17 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.32.0 to 0.35.0 in /bin/oay Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.32.0 to 0.35.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.32.0...v0.35.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bin/oay/Cargo.lock | 6 +++--- bin/oay/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock index b40769e395a5..aaa92c288afb 100644 --- a/bin/oay/Cargo.lock +++ b/bin/oay/Cargo.lock @@ -954,7 +954,7 @@ dependencies = [ "futures", "futures-util", "opendal", - "quick-xml 0.32.0", + "quick-xml 0.35.0", "serde", "tokio", "toml", @@ -1113,9 +1113,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.32.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" +checksum = "86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e" dependencies = [ "memchr", "serde", diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml index 7d6410bc5942..d5e5ddb135ec 100644 --- a/bin/oay/Cargo.toml +++ b/bin/oay/Cargo.toml @@ -54,7 +54,7 @@ futures-util = { version = "0.3.29", optional = true } opendal = { version = "0.47.0", path = "../../core", features = [ "services-fs", ] } -quick-xml = { version = "0.32", features = ["serialize", "overlapped-lists"] } +quick-xml = { version = "0.35", features = ["serialize", "overlapped-lists"] } serde = { version = "1", features = ["derive"] } tokio = { version = "1.34", features = [ "fs",