about summary refs log tree commit diff
path: root/tvix
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
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')
-rw-r--r--tvix/Cargo.lock8
-rw-r--r--tvix/Cargo.nix8
-rw-r--r--tvix/castore/Cargo.toml2
-rw-r--r--tvix/eval/Cargo.toml2
-rw-r--r--tvix/glue/Cargo.toml2
-rw-r--r--tvix/store/Cargo.toml2
6 files changed, 12 insertions, 12 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index f229e0b3ce..c88446c0d3 100644
--- a/tvix/Cargo.lock
+++ b/tvix/Cargo.lock
@@ -3099,9 +3099,9 @@ dependencies = [
 
 [[package]]
 name = "rstest"
-version = "0.18.2"
+version = "0.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
+checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330"
 dependencies = [
  "futures",
  "futures-timer",
@@ -3111,9 +3111,9 @@ dependencies = [
 
 [[package]]
 name = "rstest_macros"
-version = "0.18.2"
+version = "0.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
+checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25"
 dependencies = [
  "cfg-if",
  "glob",
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 68c90cdca7..ec504982c8 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -9663,9 +9663,9 @@ rec {
       };
       "rstest" = rec {
         crateName = "rstest";
-        version = "0.18.2";
+        version = "0.19.0";
         edition = "2021";
-        sha256 = "1681ncnlzhc8894idm3pqf40nndn4k4kcp0kpv29n68a7hpspvlp";
+        sha256 = "0c43nsxpm1b74jxc73xwg94is6bwqvfzkrr1xbqyx7j7l791clwx";
         authors = [
           "Michele d'Amico <michele.damico@gmail.com>"
         ];
@@ -9700,9 +9700,9 @@ rec {
       };
       "rstest_macros" = rec {
         crateName = "rstest_macros";
-        version = "0.18.2";
+        version = "0.19.0";
         edition = "2021";
-        sha256 = "01g6rg60snmscipc9xiili7nsn0v25sv64713gp99y2jg0jgha6l";
+        sha256 = "09ackagv8kc2v4xy0s7blyg4agij9bz9pbb31l5h4rqzrirdza84";
         procMacro = true;
         authors = [
           "Michele d'Amico <michele.damico@gmail.com>"
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml
index 02a79882b4..6fc44f1574 100644
--- a/tvix/castore/Cargo.toml
+++ b/tvix/castore/Cargo.toml
@@ -81,7 +81,7 @@ tonic-build = "0.11.0"
 
 [dev-dependencies]
 async-process = "2.1.0"
-rstest = "0.18.2"
+rstest = "0.19.0"
 tempfile = "3.3.0"
 tokio-retry = "0.3.0"
 hex-literal = "0.4.1"
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]
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"
 
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml
index 5931a86e08..dee959b4de 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"