This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push: new 41e018788 Update quick-xml to 0.25 (#2695) 41e018788 is described below commit 41e0187883330fe9a4b45979feca5b519e37723f Author: Raphael Taylor-Davies <1781103+tustv...@users.noreply.github.com> AuthorDate: Sat Sep 10 18:55:46 2022 +0100 Update quick-xml to 0.25 (#2695) --- 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 0f5b0fd68..9e4e68d59 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.25.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 }