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/crate-hashes.json | |
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/crate-hashes.json')
-rw-r--r-- | tvix/crate-hashes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/crate-hashes.json b/tvix/crate-hashes.json index d312e6bf60f4..5b076333427b 100644 --- a/tvix/crate-hashes.json +++ b/tvix/crate-hashes.json @@ -1,3 +1,4 @@ { - "test-generator 0.3.0 (git+https://github.com/JamesGuthrie/test-generator.git?rev=82e799979980962aec1aa324ec6e0e4cad781f41#82e799979980962aec1aa324ec6e0e4cad781f41)": "08brp3qqa55hijc7xby3lam2cc84hvx1zzfqv6lj7smlczh8k32y" + "test-generator 0.3.0 (git+https://github.com/JamesGuthrie/test-generator.git?rev=82e799979980962aec1aa324ec6e0e4cad781f41#82e799979980962aec1aa324ec6e0e4cad781f41)": "08brp3qqa55hijc7xby3lam2cc84hvx1zzfqv6lj7smlczh8k32y", + "tonic-mock 0.1.0 (git+https://github.com/brainrake/tonic-mock?branch=bump-dependencies#ec1a15510875de99d709d684190db5d9beab175e)": "0lwa03hpp0mxa6aa1zv5w68k61y4hccfm0q2ykyq392fwal8vb50" } \ No newline at end of file |