From 300cadc9c2ba0402e949074ed1197a52c4f33cf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:33:31 +0000 Subject: [PATCH] chore(deps): update rust crate itertools to v0.14.0 --- crates/figma-agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/figma-agent/Cargo.toml b/crates/figma-agent/Cargo.toml index 1e34a73..208a985 100644 --- a/crates/figma-agent/Cargo.toml +++ b/crates/figma-agent/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "=4.5.1" env_logger = "=0.11.3" figma-agent-fontconfig = { path = "../fontconfig" } figma-agent-freetype = { path = "../freetype" } -itertools = "=0.12.1" +itertools = "=0.14.0" lazy_static = "=1.4.0" listenfd = "=1.0.1" parking_lot = "=0.12.1"