diff options
-rw-r--r-- | tvix/Cargo.lock | 1 | ||||
-rw-r--r-- | tvix/Cargo.nix | 4 | ||||
-rw-r--r-- | tvix/castore/Cargo.toml | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 576387c65a73..3ead9befe2eb 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -3853,7 +3853,6 @@ dependencies = [ "rstest_reuse", "sled", "tempfile", - "test-case", "thiserror", "tokio", "tokio-retry", diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 0dc2f7c1d2a8..34f0b6f99458 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -12314,10 +12314,6 @@ rec { packageId = "tempfile"; } { - name = "test-case"; - packageId = "test-case"; - } - { name = "tokio-retry"; packageId = "tokio-retry"; } diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 274eacdb5856..652b72a9f670 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -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" |