From 50ac9658a11d83e39836179f8d78ee5146f8619b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:43:44 +0000 Subject: [PATCH] Update quick-xml requirement from 0.24.0 to 0.30.0 Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [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.24.0...v0.30.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- object_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index b0201e2af983..a9273481e71f 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -44,7 +44,7 @@ walkdir = "2" # Cloud storage support base64 = { version = "0.13", default-features = false, optional = true } -quick-xml = { version = "0.24.0", features = ["serialize"], optional = true } +quick-xml = { version = "0.30.0", features = ["serialize"], optional = true } serde = { version = "1.0", default-features = false, features = ["derive"], optional = true } serde_json = { version = "1.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }