From 23afeacf92983034c25bdaf3439948070e8b9c24 Mon Sep 17 00:00:00 2001 From: mihailjianu1 <32812419+mihailjianu1@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:08:12 +0200 Subject: [PATCH] chore: remove clap 3.2.25 from external_crates.bzl (#2133) Co-authored-by: IDX GitHub Automation --- Cargo.Bazel.Fuzzing.json.lock | 8 +------- Cargo.Bazel.Fuzzing.toml.lock | 1 - Cargo.Bazel.json.lock | 8 +------- Cargo.Bazel.toml.lock | 1 - bazel/external_crates.bzl | 7 ------- 5 files changed, 2 insertions(+), 23 deletions(-) diff --git a/Cargo.Bazel.Fuzzing.json.lock b/Cargo.Bazel.Fuzzing.json.lock index 8edb0abcea3..c8c27247514 100644 --- a/Cargo.Bazel.Fuzzing.json.lock +++ b/Cargo.Bazel.Fuzzing.json.lock @@ -1,5 +1,5 @@ { - "checksum": "dee1c8591387e179356044d1973b6e3fc16e62ce42c6ac47fefd1f61ca9ad54d", + "checksum": "1d5b57e26a07347c52bb44c2ef30f0463dd0b922e2f6513eccb2ae736ab3315b", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -17837,11 +17837,6 @@ "id": "cidr 0.2.3", "target": "cidr" }, - { - "id": "clap 3.2.25", - "target": "clap", - "alias": "clap_3_2_25" - }, { "id": "clap 4.5.18", "target": "clap" @@ -78737,7 +78732,6 @@ "chrono 0.4.38", "ciborium 0.2.1", "cidr 0.2.3", - "clap 3.2.25", "clap 4.5.18", "cloudflare 0.12.0", "colored 2.0.4", diff --git a/Cargo.Bazel.Fuzzing.toml.lock b/Cargo.Bazel.Fuzzing.toml.lock index affdf4f6898..b9b0d21494f 100644 --- a/Cargo.Bazel.Fuzzing.toml.lock +++ b/Cargo.Bazel.Fuzzing.toml.lock @@ -3070,7 +3070,6 @@ dependencies = [ "chrono", "ciborium", "cidr", - "clap 3.2.25", "clap 4.5.18", "cloudflare 0.12.0 (git+https://github.com/dfinity/cloudflare-rs.git?rev=a6538a036926bd756986c9c0a5de356daef48881)", "colored", diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 3fcdbb2ce19..24f5039a817 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,5 +1,5 @@ { - "checksum": "1861efa48e121e05f9daa65d6cd8f5f731aa0244d71351971411b6fdce43fb9a", + "checksum": "73ce8ce920eecaa6a5b433fd6f30291a2c00e4038eb765f59b905452cdf424f5", "crates": { "abnf 0.12.0": { "name": "abnf", @@ -17660,11 +17660,6 @@ "id": "cidr 0.2.3", "target": "cidr" }, - { - "id": "clap 3.2.25", - "target": "clap", - "alias": "clap_3_2_25" - }, { "id": "clap 4.5.18", "target": "clap" @@ -78935,7 +78930,6 @@ "chrono 0.4.38", "ciborium 0.2.1", "cidr 0.2.3", - "clap 3.2.25", "clap 4.5.18", "cloudflare 0.12.0", "colored 2.0.4", diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index a4fede853c7..b498080545e 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -3059,7 +3059,6 @@ dependencies = [ "chrono", "ciborium", "cidr", - "clap 3.2.25", "clap 4.5.18", "cloudflare 0.12.0 (git+https://github.com/dfinity/cloudflare-rs.git?rev=a6538a036926bd756986c9c0a5de356daef48881)", "colored", diff --git a/bazel/external_crates.bzl b/bazel/external_crates.bzl index ec27ef0eee0..440622f29ed 100644 --- a/bazel/external_crates.bzl +++ b/bazel/external_crates.bzl @@ -329,13 +329,6 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable "cidr": crate.spec( version = "^0.2.2", ), - "clap_3_2_25": crate.spec( - package = "clap", - version = "^3.2.25", - features = [ - "derive", - ], - ), "clap": crate.spec( version = "^4.5.18", features = [