diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-10T11·37+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-12T22·16+0000 |
commit | f8800ba189167c5e0417ea29242cf913ba093e15 (patch) | |
tree | 175099321c5f4a702aa7fce38945b43567b9a8a8 /tvix/eval | |
parent | fbf31f45efb48776c73ce88f093a416f59d22585 (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')
-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] |