From c9c95f4ef3b2d4a99723a2779744f5f4def65660 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 6 Jan 2024 01:33:36 +0200 Subject: chore(tvix): bump itertools Change-Id: I2c798a30d3e69789c7d9120422bfdd67b1560dd5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10565 Tested-by: BuildkiteCI Reviewed-by: raitobezarius --- tvix/eval/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/eval/Cargo.toml') diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index ae874a4507..2c8bb206ac 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -33,8 +33,8 @@ xml-rs = "0.8.4" [dev-dependencies] criterion = "0.5" +itertools = "0.12.0" pretty_assertions = "1.2.1" -itertools = "0.10.3" tempfile = "3.3.0" [dev-dependencies.test-generator] -- cgit 1.4.1