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 e2bd07f827..f77ed2f0bf 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -42,7 +42,7 @@ data-encoding = "2.5.0"
 criterion = "0.5"
 itertools = "0.12.0"
 pretty_assertions = "1.2.1"
-rstest = "0.18.2"
+rstest = "0.19.0"
 tempfile = "3.3.0"
 
 [features]