From 58d15de01ed331d67170466a126297fcdb81308c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:10:11 +0000 Subject: [PATCH] Update itertools requirement from 0.13 to 0.14 in /CedarJavaFFI 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] <support@github.com> --- CedarJavaFFI/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CedarJavaFFI/Cargo.toml b/CedarJavaFFI/Cargo.toml index aad28a47..67445b1a 100644 --- a/CedarJavaFFI/Cargo.toml +++ b/CedarJavaFFI/Cargo.toml @@ -12,7 +12,7 @@ version = "4.0.0" serde = { version = "1.0", features = ["derive", "rc"] } serde_json = "1.0" thiserror = "2.0" -itertools = "0.13" +itertools = "0.14" # JNI Support jni = "0.21.0"