about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-13T19·52+0300
committertazjin <tazjin@tvl.su>2023-06-14T10·06+0000
commitd5748475d812ec0c229291f03a02e1b296c3ee3a (patch)
tree0fcd3a3d6392ff80dbe915309e060345bfa06847 /ops
parentded30c1ba9921e0b2cffc5437489c71909524f18 (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.lock1
-rw-r--r--ops/yandex-cloud-rs/Cargo.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/Cargo.lock b/ops/yandex-cloud-rs/Cargo.lock
index 62bd3528b2..a255e0a09e 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 2bda2e4491..c77ac03189 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