about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
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]