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:
parent
8b8a344647
commit
31f28b6105
3 changed files with 0 additions and 6 deletions
1
tvix/Cargo.lock
generated
1
tvix/Cargo.lock
generated
|
@ -2903,7 +2903,6 @@ dependencies = [
|
||||||
"tokio-util",
|
"tokio-util",
|
||||||
"tonic",
|
"tonic",
|
||||||
"tonic-build",
|
"tonic-build",
|
||||||
"tonic-mock",
|
|
||||||
"tonic-reflection",
|
"tonic-reflection",
|
||||||
"tower",
|
"tower",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|
|
@ -8874,10 +8874,6 @@ rec {
|
||||||
name = "test-case";
|
name = "test-case";
|
||||||
packageId = "test-case";
|
packageId = "test-case";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "tonic-mock";
|
|
||||||
packageId = "tonic-mock";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
features = {
|
features = {
|
||||||
"default" = [ "fuse" "tonic-reflection" ];
|
"default" = [ "fuse" "tonic-reflection" ];
|
||||||
|
|
|
@ -77,7 +77,6 @@ tonic-build = "0.8.2"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-case = "2.2.2"
|
test-case = "2.2.2"
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
tonic-mock = { git = "https://github.com/brainrake/tonic-mock", branch = "bump-dependencies" }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["fuse", "tonic-reflection"]
|
default = ["fuse", "tonic-reflection"]
|
||||||
|
|
Loading…
Reference in a new issue