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

viirya 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 4b9d789885 Update itertools requirement from 0.11.0 to 0.12.0 in 
/object_store (#5077)
4b9d789885 is described below

commit 4b9d789885daa8386dad8dafab223f89ea257677
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 15 08:19:07 2023 -0800

    Update itertools requirement from 0.11.0 to 0.12.0 in /object_store (#5077)
    
    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.11.0...v0.12.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 bf8301557d..2f5157c40e 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -35,7 +35,7 @@ bytes = "1.0"
 chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
 futures = "0.3"
 humantime = "2.1"
-itertools = "0.11.0"
+itertools = "0.12.0"
 parking_lot = { version = "0.12" }
 percent-encoding = "2.1"
 snafu = "0.7"

Reply via email to