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/store/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/store/Cargo.toml') 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