diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index e2bd07f8279f..f77ed2f0bf04 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] |