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 9d1a6ab chore(deps): Update itertools requirement from 0.11 to 0.12
(#102)
9d1a6ab is described below
commit 9d1a6abe5e9c8bdb04c8e045451c2385255c0cb0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 20 09:12:07 2023 +0100
chore(deps): Update itertools requirement from 0.11 to 0.12 (#102)
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.11.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>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 1935b5d..4ddb51f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ either = "1"
futures = "0.3"
iceberg = { path = "./crates/iceberg" }
iceberg-catalog-rest = { path = "./crates/catalog/rest" }
-itertools = "0.11"
+itertools = "0.12"
lazy_static = "1"
log = "^0.4"
mockito = "^1"