regen all APIs and validate them

This commit is contained in:
Sebastian Thiel
2022-03-08 08:23:03 +08:00
parent 743a56f4b7
commit f2c1b82112
3257 changed files with 789515 additions and 1330642 deletions

View File

@@ -4,11 +4,11 @@
[package]
name = "google-accessapproval1-cli"
version = "2.0.8+20210318"
version = "3.0.0+20220225"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Access Approval (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/accessapproval1-cli"
homepage = "https://cloud.google.com/access-approval/docs"
homepage = "https://cloud.google.com/cloud-provider-access-management/access-approval/docs"
documentation = "http://byron.github.io/google-apis-rs/google_accessapproval1_cli"
license = "MIT"
keywords = ["accessapproval", "google", "cli"]
@@ -25,7 +25,7 @@ mime = "^ 0.2.0"
serde = "^ 1.0"
serde_json = "^ 1.0"
serde_derive = "^ 1.0"
yup-oauth2 = "^ 5.0"
yup-oauth2 = "^ 6.0"
itertools = "^ 0.10"
strsim = "^0.5"
clap = "^2.0"
@@ -37,4 +37,4 @@ tokio = { version = "^ 1.0", features = ["full"] }
[dependencies.google-accessapproval1]
path = "../accessapproval1"
version = "2.0.8+20210318"
version = "3.0.0+20220225"