From 87cef3ac355ad4c7087c60cef30e09f4c1b086f2 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:01:06 +0000 Subject: [PATCH] Update Rust crate `itertools` to 0.14.0 (#6036) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ee5763b6b5..0486e966d3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ humansize = { version = "=2.1.3", default-features = false } hyper = { version = "=1.5.2", default-features = false } include_dir = { version = "=0.7.4", default-features = false } insta = { version = "=1.41.1", default-features = false } -itertools = { version = "0.13.0", default-features = false } +itertools = { version = "0.14.0", default-features = false } jsonschema = { version = "=0.28.1", default-features = false } justjson = { version = "=0.3.0", default-features = false } lexical = { version = "=7.0.4", default-features = false }