about summary refs log tree commit diff
path: root/tvix/glue
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/glue
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/glue')
-rw-r--r--tvix/glue/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml
index 1ec3832d91..eab07b7eb4 100644
--- a/tvix/glue/Cargo.toml
+++ b/tvix/glue/Cargo.toml
@@ -40,7 +40,7 @@ hex-literal = "0.4.1"
 lazy_static = "1.4.0"
 nix = { version = "0.27.1", features = [ "fs" ] }
 pretty_assertions = "1.4.0"
-rstest = "0.18.2"
+rstest = "0.19.0"
 tempfile = "3.8.1"
 test-case = "3.3.1"