diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-13T19·52+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-06-14T10·06+0000 |
commit | d5748475d812ec0c229291f03a02e1b296c3ee3a (patch) | |
tree | 0fcd3a3d6392ff80dbe915309e060345bfa06847 /ops | |
parent | ded30c1ba9921e0b2cffc5437489c71909524f18 (diff) |
fix(ops/yandex-cloud-rs): fix dev-dependencies for examples r/6292
Change-Id: Ib99755d2b49464a6a30442b696ecfeda03038066 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8767 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r-- | ops/yandex-cloud-rs/Cargo.lock | 1 | ||||
-rw-r--r-- | ops/yandex-cloud-rs/Cargo.toml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/Cargo.lock b/ops/yandex-cloud-rs/Cargo.lock index 62bd3528b268..a255e0a09ef7 100644 --- a/ops/yandex-cloud-rs/Cargo.lock +++ b/ops/yandex-cloud-rs/Cargo.lock @@ -1361,6 +1361,7 @@ version = "2023.6.13" dependencies = [ "prost", "prost-types", + "tokio", "tonic", "tonic-build", "walkdir", diff --git a/ops/yandex-cloud-rs/Cargo.toml b/ops/yandex-cloud-rs/Cargo.toml index 2bda2e44913a..c77ac03189a5 100644 --- a/ops/yandex-cloud-rs/Cargo.toml +++ b/ops/yandex-cloud-rs/Cargo.toml @@ -19,3 +19,6 @@ features = [ "tls", "tls-roots", "gzip" ] [build-dependencies] tonic-build = "0.9" walkdir = "2.3.3" + +[dev-dependencies] +tokio = "1.28" # check when updating tonic |