diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 5083a1cf31..348d9da9cd 100644 --- a/etc/api/type-cli.yaml +++ b/etc/api/type-cli.yaml @@ -27,7 +27,6 @@ cargo: is_executable: YES doc_base_url: http://byron.github.io/google-apis-rs dependencies: - - strsim = "^0.5" - clap = "^2.0" - http = "^0.2" - hyper = { version = "0.14", features = ["full"] } diff --git a/google-clis-common/Cargo.toml b/google-clis-common/Cargo.toml index 063b117815..cceaae14bf 100644 --- a/google-clis-common/Cargo.toml +++ b/google-clis-common/Cargo.toml @@ -20,5 +20,5 @@ mime = "^ 0.3" yup-oauth2 = "9" serde = "1" serde_json = "1" -strsim = "0.10.0" +strsim = "0.11" clap = "2"