You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/10/24 18:25:16 UTC

[arrow-rs] branch master updated: Update quick-xml requirement from 0.25.0 to 0.26.0 (#2918)

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 e859f30c5 Update quick-xml requirement from 0.25.0 to 0.26.0 (#2918)
e859f30c5 is described below

commit e859f30c52fe70e132ca57ac708989282a331d79
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 25 07:25:10 2022 +1300

    Update quick-xml requirement from 0.25.0 to 0.26.0 (#2918)
    
    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.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: quick-xml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 6abb390fc..e52137383 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.25.0", features = ["serialize"], optional = true }
+quick-xml = { version = "0.26.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 }