Skip to content

Commit

Permalink
chore: remove clap 3.2.25 from external_crates.bzl (#2133)
Browse files Browse the repository at this point in the history
Co-authored-by: IDX GitHub Automation <infra+github-automation@dfinity.org>
  • Loading branch information
mihailjianu1 and IDX GitHub Automation authored Oct 21, 2024
1 parent 80f7582 commit 23afeac
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 23 deletions.
8 changes: 1 addition & 7 deletions Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "dee1c8591387e179356044d1973b6e3fc16e62ce42c6ac47fefd1f61ca9ad54d",
"checksum": "1d5b57e26a07347c52bb44c2ef30f0463dd0b922e2f6513eccb2ae736ab3315b",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 1 addition & 7 deletions Cargo.Bazel.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "1861efa48e121e05f9daa65d6cd8f5f731aa0244d71351971411b6fdce43fb9a",
"checksum": "73ce8ce920eecaa6a5b433fd6f30291a2c00e4038eb765f59b905452cdf424f5",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion Cargo.Bazel.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 0 additions & 7 deletions bazel/external_crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 23afeac

Please sign in to comment.