about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-09-12T12·44+0300
committerclbot <clbot@tvl.fyi>2023-09-12T12·57+0000
commitc82b926e312be81f20ed15da0fdaf93ec94e32bf (patch)
tree29f54ffeb9841c034c43f0007e7f0d42f8baf735 /ops
parentc77c7ae9a54740f7fc6036e6491aaecc0f011ae4 (diff)
chore(ops/yandex-cloud-rs): bump API definitions to 2023-09-04 r/6582
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>
Diffstat (limited to 'ops')
-rw-r--r--ops/yandex-cloud-rs/Cargo.lock2
-rw-r--r--ops/yandex-cloud-rs/Cargo.toml2
-rw-r--r--ops/yandex-cloud-rs/default.nix4
3 files changed, 4 insertions, 4 deletions
diff --git a/ops/yandex-cloud-rs/Cargo.lock b/ops/yandex-cloud-rs/Cargo.lock
index a255e0a09e..0015d43106 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 c77ac03189..a72d11d59a 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 0e42f790a3..6a8b263dee 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 {