From c26346dac88e104278abea272320af23a41bde76 Mon Sep 17 00:00:00 2001 From: ya7010 Date: Sat, 11 Oct 2025 16:03:00 +0900 Subject: [PATCH] feat: update itertools. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8f446f..3ec9f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" keywords = ["json_schema", "serde", "validation"] [workspace.dependencies] -itertools = "0.13.0" +itertools = "^0.14.0" paste = "^1.0" regex = "^1.6" serde = "^1.0"