From ac2a8a5a403b8e0956ff765bac1fb0b2a1a70f2b Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 21 May 2024 18:29:17 +0700 Subject: [PATCH] deps(dev): Update `itertools` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f82ac3b0..58b39865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ default-features = false features = ["raw"] [dev-dependencies] -itertools = "0.12" +itertools = "0.13" rand = {version = "0.8", features = ["small_rng"] } quickcheck = { version = "1.0", default-features = false } fnv = "1.0"