about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-04-10T11·37+0300
committerclbot <clbot@tvl.fyi>2024-04-12T22·16+0000
commitf8800ba189167c5e0417ea29242cf913ba093e15 (patch)
tree175099321c5f4a702aa7fce38945b43567b9a8a8 /tvix/eval/Cargo.toml
parentfbf31f45efb48776c73ce88f093a416f59d22585 (diff)
chore(tvix): bump rstest to 0.19.0 r/7885
Change-Id: Ib2f5e84fdb8be1210b3507da67d4fe84f061651e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11387
Tested-by: BuildkiteCI
Reviewed-by: Brian Olsen <me@griff.name>
Autosubmit: flokli <flokli@flokli.de>
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 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]