From 3fbba3193fc451105ca4db07af409ceb3339506a Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 11 Jun 2024 11:34:23 +0200 Subject: [PATCH] Bump strsim to v0.11 and drop it from generated crates --- etc/api/type-cli.yaml | 1 - google-clis-common/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 5083a1cf316..348d9da9cd6 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 063b117815d..cceaae14bfb 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"