From 119ab77248692f4d645cb4d5a2aee38f6f298514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:18:48 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.13.0 to 0.14.0 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> --- saturn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saturn/Cargo.toml b/saturn/Cargo.toml index 1c7688cb..80a6e20a 100644 --- a/saturn/Cargo.toml +++ b/saturn/Cargo.toml @@ -13,4 +13,4 @@ tracing-subscriber = { workspace = true } thiserror = { workspace = true } cedar-policy = { workspace = true } -itertools = "0.13.0" +itertools = "0.14.0"