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

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 6d95a5c  chore(deps): Update itertools requirement from 0.12 to 0.13 
(#376)
6d95a5c is described below

commit 6d95a5c2e5de1ec19d5887add55b4c7e9fbee3a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 19 16:20:12 2024 +0200

    chore(deps): Update itertools requirement from 0.12 to 0.13 (#376)
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 125cd0d..130043e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ futures = "0.3"
 iceberg = { version = "0.2.0", path = "./crates/iceberg" }
 iceberg-catalog-rest = { version = "0.2.0", path = "./crates/catalog/rest" }
 iceberg-catalog-hms = { version = "0.2.0", path = "./crates/catalog/hms" }
-itertools = "0.12"
+itertools = "0.13"
 lazy_static = "1"
 log = "^0.4"
 mockito = "^1"

Reply via email to