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

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


The following commit(s) were added to refs/heads/main by this push:
     new d1c0e43  build(deps): update itertools requirement from 0.14.0 to 
0.15.0 (#755)
d1c0e43 is described below

commit d1c0e43e8ba817e4d139a2713b5b888df38943e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 15:39:43 2026 -0400

    build(deps): update itertools requirement from 0.14.0 to 0.15.0 (#755)
    
    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.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: itertools
      dependency-version: 0.15.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 70852d4..e115cae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ futures-core = "0.3"
 futures-util = { version = "0.3", features = ["sink"] }
 http = "1.2.0"
 humantime = "2.1"
-itertools = "0.14.0"
+itertools = "0.15.0"
 parking_lot = { version = "0.12" }
 percent-encoding = "2.1"
 thiserror = "2.0.2"

Reply via email to