rebuild all APIS

This commit is contained in:
Sebastian Thiel
2023-03-16 18:16:47 +01:00
parent 952ec161b8
commit a791dde0ce
3202 changed files with 103346 additions and 529276 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-datamigration1-cli"
version = "4.0.1+20220216"
version = "5.0.2+20230105"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Database Migration Service (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/datamigration1-cli"
@@ -20,13 +20,13 @@ name = "datamigration1"
path = "src/main.rs"
[dependencies]
anyhow = "^ 1.0"
hyper-rustls = "0.23.0"
mime = "^ 0.2.0"
serde = "^ 1.0"
mime = "^ 0.3.0"
serde = { version = "^ 1.0", features = ["derive"] }
serde_json = "^ 1.0"
serde_derive = "^ 1.0"
yup-oauth2 = "^ 7.0"
itertools = "^ 0.10"
google-clis-common = { path = "../../google-clis-common", version = "5.0" }
strsim = "^0.5"
clap = "^2.0"
http = "^0.2"
@@ -36,7 +36,7 @@ tower-service = "^0.3.1"
[dependencies.google-datamigration1]
path = "../datamigration1"
version = "4.0.1+20220216"
version = "5.0.2+20230105"