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 <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-10-07 08:08:03 +02:00 committed by flokli
parent 8b8a344647
commit 31f28b6105
3 changed files with 0 additions and 6 deletions

1
tvix/Cargo.lock generated
View file

@ -2903,7 +2903,6 @@ dependencies = [
"tokio-util",
"tonic",
"tonic-build",
"tonic-mock",
"tonic-reflection",
"tower",
"tracing",

View file

@ -8874,10 +8874,6 @@ rec {
name = "test-case";
packageId = "test-case";
}
{
name = "tonic-mock";
packageId = "tonic-mock";
}
];
features = {
"default" = [ "fuse" "tonic-reflection" ];

View file

@ -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"]