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.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ops/yandex-cloud-rs/Cargo.toml') 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