From 31f28b6105435869d4ad2d63b564f93509f346c6 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 7 Oct 2023 08:08:03 +0200 Subject: chore(tvix/store): drop tonic-mock from dependencies It's not used in here. Change-Id: If1dbf360ec37b649c27d3a9bf11f7bf0ca947631 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9558 Reviewed-by: Connor Brewster Autosubmit: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/Cargo.lock | 1 - tvix/Cargo.nix | 4 ---- tvix/store/Cargo.toml | 1 - 3 files changed, 6 deletions(-) (limited to 'tvix') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index a8d790e05f..36283d68bd 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2903,7 +2903,6 @@ dependencies = [ "tokio-util", "tonic", "tonic-build", - "tonic-mock", "tonic-reflection", "tower", "tracing", diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index e5ca167934..1f57cd2f33 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -8874,10 +8874,6 @@ rec { name = "test-case"; packageId = "test-case"; } - { - name = "tonic-mock"; - packageId = "tonic-mock"; - } ]; features = { "default" = [ "fuse" "tonic-reflection" ]; diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 41a19d7ed1..2b2a981596 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -77,7 +77,6 @@ tonic-build = "0.8.2" [dev-dependencies] test-case = "2.2.2" tempfile = "3.3.0" -tonic-mock = { git = "https://github.com/brainrake/tonic-mock", branch = "bump-dependencies" } [features] default = ["fuse", "tonic-reflection"] -- cgit 1.4.1