From c82b926e312be81f20ed15da0fdaf93ec94e32bf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 12 Sep 2023 15:44:01 +0300 Subject: chore(ops/yandex-cloud-rs): bump API definitions to 2023-09-04 Change-Id: I6ef83796a01014b01ac8aef6c7f500863f5cbf03 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9305 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: tazjin --- ops/yandex-cloud-rs/Cargo.lock | 2 +- ops/yandex-cloud-rs/Cargo.toml | 2 +- ops/yandex-cloud-rs/default.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ops/yandex-cloud-rs') diff --git a/ops/yandex-cloud-rs/Cargo.lock b/ops/yandex-cloud-rs/Cargo.lock index a255e0a09ef7..0015d4310687 100644 --- a/ops/yandex-cloud-rs/Cargo.lock +++ b/ops/yandex-cloud-rs/Cargo.lock @@ -1357,7 +1357,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "yandex-cloud" -version = "2023.6.13" +version = "2023.9.4" dependencies = [ "prost", "prost-types", diff --git a/ops/yandex-cloud-rs/Cargo.toml b/ops/yandex-cloud-rs/Cargo.toml index c77ac03189a5..a72d11d59ac4 100644 --- a/ops/yandex-cloud-rs/Cargo.toml +++ b/ops/yandex-cloud-rs/Cargo.toml @@ -2,7 +2,7 @@ name = "yandex-cloud" description = "Generated gRPC clients for the Yandex Cloud API" license = "MIT" -version = "2023.6.13" +version = "2023.9.4" edition = "2021" homepage = "https://cs.tvl.fyi/depot/-/tree/ops/yandex-cloud-rs" repository = "https://code.tvl.fyi/depot.git:/ops/yandex-cloud-rs.git" diff --git a/ops/yandex-cloud-rs/default.nix b/ops/yandex-cloud-rs/default.nix index 0e42f790a3a1..6a8b263dee94 100644 --- a/ops/yandex-cloud-rs/default.nix +++ b/ops/yandex-cloud-rs/default.nix @@ -4,8 +4,8 @@ let protoSrc = pkgs.fetchFromGitHub { owner = "yandex-cloud"; repo = "cloudapi"; - rev = "dcff396bf4bcdd724207f3b38add3a968d5e9125"; - sha256 = "0yi4wwqff33bja3nn90izn5r0ar97igpamkbk2kadsavpwp3dry2"; + rev = "b4383be5ebe360bd946e49c8eaf647a73e9c44c0"; + sha256 = "0z4jyw2cylvyrq5ja8pcaqnlf6lf6ximj85hgjag6ckawayk1rzx"; }; in pkgs.rustPlatform.buildRustPackage rec { -- cgit 1.4.1