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 <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-09-12 15:44:01 +03:00 committed by clbot
parent c77c7ae9a5
commit c82b926e31
3 changed files with 4 additions and 4 deletions

View file

@ -1357,7 +1357,7 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "yandex-cloud"
version = "2023.6.13"
version = "2023.9.4"
dependencies = [
"prost",
"prost-types",

View file

@ -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"

View file

@ -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 {