Skip to content

Commit 826577a

Browse files
Update quick-xml requirement from 0.35.0 to 0.36.0 in /object_store (apache#6032)
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.35.0...v0.36.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb3babc commit 826577a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.35.0", features = ["serialize", "overlapped-lists"], optional = true }
49+
quick-xml = { version = "0.36.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)