diff options
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index ec6668a2d627..8b6647f29938 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -1988,6 +1988,21 @@ dependencies = [ ] [[package]] +name = "tonic-reflection" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0455f730d540a1484bffc3c55c94100b18a662597b982c2e9073f2c55c602616" +dependencies = [ + "bytes", + "prost", + "prost-types", + "tokio", + "tokio-stream", + "tonic", + "tonic-build", +] + +[[package]] name = "tower" version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2156,6 +2171,7 @@ dependencies = [ "tokio-stream", "tonic", "tonic-build", + "tonic-reflection", ] [[package]] |