mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
rebuild all APIS
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-containeranalysis1_beta1-cli"
|
||||
version = "4.0.1+20220225"
|
||||
version = "5.0.2+20230106"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Container Analysis (protocol v1beta1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/containeranalysis1_beta1-cli"
|
||||
@@ -20,13 +20,13 @@ name = "containeranalysis1-beta1"
|
||||
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-containeranalysis1_beta1]
|
||||
path = "../containeranalysis1_beta1"
|
||||
version = "4.0.1+20220225"
|
||||
version = "5.0.2+20230106"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user