feat(tvix/castore): drop test-case crate dep

Change-Id: I5049a3682a58ce848d80f413b2964331025a90a8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11370
Tested-by: BuildkiteCI
Reviewed-by: picnoir picnoir <picnoir@alternativebit.fr>
This commit is contained in:
Florian Klink 2024-04-07 00:28:20 +03:00 committed by flokli
parent 936a175b2f
commit 289b3126db
3 changed files with 0 additions and 6 deletions

1
tvix/Cargo.lock generated
View file

@ -3853,7 +3853,6 @@ dependencies = [
"rstest_reuse",
"sled",
"tempfile",
"test-case",
"thiserror",
"tokio",
"tokio-retry",

View file

@ -12313,10 +12313,6 @@ rec {
name = "tempfile";
packageId = "tempfile";
}
{
name = "test-case";
packageId = "test-case";
}
{
name = "tokio-retry";
packageId = "tokio-retry";

View file

@ -72,7 +72,6 @@ tonic-build = "0.11.0"
[dev-dependencies]
rstest = "0.18.2"
test-case = "3.3.1"
tempfile = "3.3.0"
tokio-retry = "0.3.0"
hex-literal = "0.4.1"