about summary refs log tree commit diff
path: root/tvix/castore
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/castore
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/castore')
-rw-r--r--tvix/castore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"