From d5748475d812ec0c229291f03a02e1b296c3ee3a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Jun 2023 22:52:31 +0300 Subject: fix(ops/yandex-cloud-rs): fix dev-dependencies for examples Change-Id: Ib99755d2b49464a6a30442b696ecfeda03038066 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8767 Reviewed-by: tazjin Tested-by: BuildkiteCI --- ops/yandex-cloud-rs/Cargo.lock | 1 + ops/yandex-cloud-rs/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+) (limited to 'ops/yandex-cloud-rs') 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 -- cgit 1.4.1