about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix')
-rw-r--r--tvix/Cargo.lock1
-rw-r--r--tvix/Cargo.nix4
-rw-r--r--tvix/castore/Cargo.toml1
3 files changed, 0 insertions, 6 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index 576387c65a..3ead9befe2 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 0dc2f7c1d2..34f0b6f994 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 274eacdb58..652b72a9f6 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"