diff options
Diffstat (limited to 'tvix/castore/Cargo.toml')
-rw-r--r-- | tvix/castore/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 3cf1355e7241..48366539cec8 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -34,7 +34,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 = [] |