This is an automated email from the ASF dual-hosted git repository.

mneumann pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new b77d38d02 Update itertools requirement from 0.13.0 to 0.14.0 in 
/object_store (#6925)
b77d38d02 is described below

commit b77d38d022079b106449ead3996f373edc906327
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 13:29:36 2025 +0100

    Update itertools requirement from 0.13.0 to 0.14.0 in /object_store (#6925)
    
    Updates the requirements on 
[itertools](https://github.com/rust-itertools/itertools) to permit the latest 
version.
    - 
[Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: itertools
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 6f5e9db1b..992ae6662 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -35,7 +35,7 @@ bytes = "1.0"
 chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
 futures = "0.3"
 humantime = "2.1"
-itertools = "0.13.0"
+itertools = "0.14.0"
 parking_lot = { version = "0.12" }
 percent-encoding = "2.1"
 thiserror = "2.0.2"

Reply via email to