Skip to content

Commit 0cc1416

Browse files
Update quick-xml requirement from 0.31.0 to 0.32.0 in /object_store (#5870)
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](tafia/quick-xml@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bee08b commit 0cc1416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ walkdir = "2"
4646
# Cloud storage support
4747
base64 = { version = "0.22", default-features = false, features = ["std"], optional = true }
4848
hyper = { version = "1.2", default-features = false, optional = true }
49-
quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"], optional = true }
49+
quick-xml = { version = "0.32.0", features = ["serialize", "overlapped-lists"], optional = true }
5050
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
5151
serde_json = { version = "1.0", default-features = false, optional = true }
5252
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }

0 commit comments

Comments
 (0)