From 9029ea6e85651af32f6e60385abf8e3fa4b52208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:58:20 +0000 Subject: [PATCH] chore(deps): update itertools requirement from 0.14 to 0.15 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] --- crates/sui-gql-client/Cargo.toml | 2 +- crates/sui-jsonrpc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index 3634ec81..c0367935 100644 --- a/crates/sui-gql-client/Cargo.toml +++ b/crates/sui-gql-client/Cargo.toml @@ -53,7 +53,7 @@ clap = { version = "4", features = ["derive"] } derive_more = { version = "2", features = ["display"] } extension-traits = "2" futures = { version = "0.3" } -itertools = { version = "0.14" } +itertools = { version = "0.15" } tap = "1" thiserror = "2" trait-variant = "0.1" diff --git a/crates/sui-jsonrpc/Cargo.toml b/crates/sui-jsonrpc/Cargo.toml index b89100d7..c43ad9c4 100644 --- a/crates/sui-jsonrpc/Cargo.toml +++ b/crates/sui-jsonrpc/Cargo.toml @@ -59,7 +59,7 @@ bs58 = "0.5" colored = "3" derive_more = { version = "2", features = ["from"] } enum_dispatch = "0.3" -itertools = "0.14" +itertools = "0.15" json_to_table = "0.12" regex = "1" serde_with = { version = "3", features = ["base64"] }