diff options
author | Florian Klink <flokli@flokli.de> | 2023-01-18T19·46+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-01-21T09·34+0000 |
commit | ab8486e5b8b12f18954d3754c1837882e30008dc (patch) | |
tree | ba502f8bae27c4b6c092ec9548a3b14c50b5ba6e /tvix/store/Cargo.toml | |
parent | a8b13a0b579c91b972b370be90f9db1626953db1 (diff) |
chore(tvix/store): add tonic-mock r/5720
Upstream seems to be dead, so we're using https://github.com/tyrchen/ tonic-mock/pull/3 here. According to https://github.com/tyrchen/tonic-mock/pull/1#issuecomment- 1241164173, we might not need this crate at all, but for now, it gets the job done and is less code to write in the tests. Change-Id: Ia77fa19b998a5bbabd0311cc714b85a2ee30f36a Reviewed-on: https://cl.tvl.fyi/c/depot/+/7869 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 0f1dd50e2b98..b306a11f44c0 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -32,6 +32,7 @@ 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 = [ |