From f8800ba189167c5e0417ea29242cf913ba093e15 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 10 Apr 2024 14:37:45 +0300 Subject: chore(tvix): bump rstest to 0.19.0 Change-Id: Ib2f5e84fdb8be1210b3507da67d4fe84f061651e Reviewed-on: https://cl.tvl.fyi/c/depot/+/11387 Tested-by: BuildkiteCI Reviewed-by: Brian Olsen Autosubmit: flokli Reviewed-by: raitobezarius --- tvix/glue/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/glue') diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index 1ec3832d917f..eab07b7eb477 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" -- cgit 1.4.1