From d26f88e105bd1d6f0e6416d5d4e76ce3caa29f58 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 03:30:02 +0000 Subject: [PATCH] Update Rust crate itertools to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbaf02f8..a45961af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ omicron-common = { git = "https://github.com/oxidecomputer/omicron", branch = "m uuid = { version = "1.8", features = ["serde", "v4"] } smf = { git = "https://github.com/illumos/smf-rs", branch = "main" } libc = "0.2" -itertools = "0.13" +itertools = "0.14" rhai = { version = "1", features = ["metadata", "sync"] } semver = "1.0"