diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -2293,6 +2293,17 @@ dependencies = [ ] [[package]] +name = "tonic-prost" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9c511b9a96d40cb12b7d5d00464446acf3b9105fd3ce25437cfe41c92b1c87d" +dependencies = [ + "bytes", + "prost 0.14.1", + "tonic 0.14.0", +] + +[[package]] name = "tonic-prost-build" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2710,12 +2721,20 @@ dependencies = [ "serde_json", "time", "tonic 0.14.0", + "tonic-prost", "tonic-prost-build", "tonic-types", "utoipa", ] [[package]] +name = "warden-pseudonyms" +version = "0.1.0" +dependencies = [ + "warden-core", +] + +[[package]] name = "wasi" version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" |