Skip to content

Commit

Permalink
fix(IDX): remove unused async-socks5
Browse files Browse the repository at this point in the history
The crate dependency is not present in the Cargo build, and is not used
in the Bazel build.
  • Loading branch information
nmattia committed Jul 1, 2024
1 parent 26ceee2 commit dd21ce7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 161 deletions.
68 changes: 1 addition & 67 deletions Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "93bfcb06da59a01bffd3d4673b873b0d654f691bc97e2317ea54bce3c2d87a26",
"checksum": "1fad9b01754dfc8ab5ab938fd7be19e742886c39dc6ca6831e681dd9402ab23c",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -3629,67 +3629,6 @@
],
"license_file": null
},
"async-socks5 0.5.1": {
"name": "async-socks5",
"version": "0.5.1",
"package_url": "https://github.com/ark0f/async-socks5",
"repository": {
"Http": {
"url": "https://static.crates.io/crates/async-socks5/0.5.1/download",
"sha256": "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7"
}
},
"targets": [
{
"Library": {
"crate_name": "async_socks5",
"crate_root": "src/lib.rs",
"srcs": {
"allow_empty": false,
"include": [
"**/*.rs"
]
}
}
}
],
"library_target_name": "async_socks5",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "thiserror 1.0.57",
"target": "thiserror"
},
{
"id": "tokio 1.38.0",
"target": "tokio"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "async-trait 0.1.74",
"target": "async_trait"
}
],
"selects": {}
},
"version": "0.5.1"
},
"license": "Apache-2.0 OR MIT",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": "LICENSE-APACHE.md"
},
"async-stream 0.3.5": {
"name": "async-stream",
"version": "0.3.5",
Expand Down Expand Up @@ -16997,10 +16936,6 @@
"id": "async-scoped 0.8.0",
"target": "async_scoped"
},
{
"id": "async-socks5 0.5.1",
"target": "async_socks5"
},
{
"id": "async-stream 0.3.5",
"target": "async_stream"
Expand Down Expand Up @@ -77133,7 +77068,6 @@
"assert_matches 1.5.0",
"async-recursion 1.0.5",
"async-scoped 0.8.0",
"async-socks5 0.5.1",
"async-stream 0.3.5",
"async-trait 0.1.74",
"axum 0.6.20",
Expand Down
12 changes: 0 additions & 12 deletions Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -637,17 +637,6 @@ dependencies = [
"tokio",
]

[[package]]
name = "async-socks5"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7"
dependencies = [
"async-trait",
"thiserror",
"tokio",
]

[[package]]
name = "async-stream"
version = "0.3.5"
Expand Down Expand Up @@ -2889,7 +2878,6 @@ dependencies = [
"assert_matches",
"async-recursion",
"async-scoped",
"async-socks5",
"async-stream",
"async-trait",
"axum 0.6.20",
Expand Down
68 changes: 1 addition & 67 deletions Cargo.Bazel.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "1a9a8930729d40296f094b770a48d7eb9050c3ff157aa5ec0991fe3f164b2f8a",
"checksum": "26f9d3c20340bdce0d732a7492a82ee00e59e45663d0c847dcb88caab0e3a92f",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -3643,67 +3643,6 @@
],
"license_file": null
},
"async-socks5 0.5.1": {
"name": "async-socks5",
"version": "0.5.1",
"package_url": "https://github.com/ark0f/async-socks5",
"repository": {
"Http": {
"url": "https://static.crates.io/crates/async-socks5/0.5.1/download",
"sha256": "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7"
}
},
"targets": [
{
"Library": {
"crate_name": "async_socks5",
"crate_root": "src/lib.rs",
"srcs": {
"allow_empty": false,
"include": [
"**/*.rs"
]
}
}
}
],
"library_target_name": "async_socks5",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "thiserror 1.0.57",
"target": "thiserror"
},
{
"id": "tokio 1.38.0",
"target": "tokio"
}
],
"selects": {}
},
"edition": "2018",
"proc_macro_deps": {
"common": [
{
"id": "async-trait 0.1.73",
"target": "async_trait"
}
],
"selects": {}
},
"version": "0.5.1"
},
"license": "Apache-2.0 OR MIT",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": "LICENSE-APACHE.md"
},
"async-stream 0.3.5": {
"name": "async-stream",
"version": "0.3.5",
Expand Down Expand Up @@ -16830,10 +16769,6 @@
"id": "async-scoped 0.8.0",
"target": "async_scoped"
},
{
"id": "async-socks5 0.5.1",
"target": "async_socks5"
},
{
"id": "async-stream 0.3.5",
"target": "async_stream"
Expand Down Expand Up @@ -77284,7 +77219,6 @@
"assert_matches 1.5.0",
"async-recursion 1.0.5",
"async-scoped 0.8.0",
"async-socks5 0.5.1",
"async-stream 0.3.5",
"async-trait 0.1.73",
"axum 0.6.20",
Expand Down
12 changes: 0 additions & 12 deletions Cargo.Bazel.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -639,17 +639,6 @@ dependencies = [
"tokio",
]

[[package]]
name = "async-socks5"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7"
dependencies = [
"async-trait",
"thiserror",
"tokio",
]

[[package]]
name = "async-stream"
version = "0.3.5"
Expand Down Expand Up @@ -2879,7 +2868,6 @@ dependencies = [
"assert_matches",
"async-recursion",
"async-scoped",
"async-socks5",
"async-stream",
"async-trait",
"axum 0.6.20",
Expand Down
3 changes: 0 additions & 3 deletions bazel/external_crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable
"use-tokio",
],
),
"async-socks5": crate.spec(
version = "^0.5.1",
),
"async-stream": crate.spec(
version = "^0.3.5",
),
Expand Down

0 comments on commit dd21ce7

Please sign in to comment.