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/store/Cargo.toml | |
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/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 5931a86e0870..dee959b4de9d 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -58,7 +58,7 @@ tonic-build = "0.11.0" [dev-dependencies] async-process = "2.1.0" -rstest = "0.18.2" +rstest = "0.19.0" rstest_reuse = "0.6.0" test-case = "3.3.1" tempfile = "3.3.0" |