about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-01-05T23·33+0200
committerflokli <flokli@flokli.de>2024-01-06T15·33+0000
commitc9c95f4ef3b2d4a99723a2779744f5f4def65660 (patch)
treee9da0abbc651aff4024f0048baccfcb4dd658aa1 /tvix/eval/Cargo.toml
parentcbcd078684d1cdd279aefb8ab25aff0d8d180d6c (diff)
chore(tvix): bump itertools r/7355
Change-Id: I2c798a30d3e69789c7d9120422bfdd67b1560dd5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10565
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r--tvix/eval/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]