diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-07T06·08+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-10-08T07·17+0000 |
commit | 31f28b6105435869d4ad2d63b564f93509f346c6 (patch) | |
tree | c291df8c77f3a295e7335e9743c95bdbfcede000 /tvix/store/Cargo.toml | |
parent | 8b8a344647f251b95f2c558ff1a3851bb98397f4 (diff) |
chore(tvix/store): drop tonic-mock from dependencies r/6723
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
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 41a19d7ed120..2b2a98159688 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"] |