From b7ce0003f3648fb24d1349e24d42029f66a10c11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:15:33 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5330e8f8678277..3d30c9fb0eb805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ hashbrown = "0.15.2" humansize = "2.1.3" ignore = "0.4.23" insta = "1.41.1" -itertools = "0.13.0" +itertools = "0.14.0" itoa = "1.0.14" jemallocator = "0.5.4" json-strip-comments = "1.0.4" @@ -172,7 +172,7 @@ mime_guess = "2.0.5" nonmax = "0.5.5" num-bigint = "0.4.6" num-traits = "0.2.19" -petgraph = "0.6.5" +petgraph = "0.7.0" phf = "0.11.2" pico-args = "0.5.0" prettyplease = "0.2.25"