Skip to content

Commit

Permalink
fix: revert: reqwest https outcalls
Browse files Browse the repository at this point in the history
  • Loading branch information
tthebst authored and sasa-tomic committed Jul 10, 2024
1 parent 5849c6d commit 16fabfd
Show file tree
Hide file tree
Showing 15 changed files with 562 additions and 184 deletions.
158 changes: 157 additions & 1 deletion Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "2d95b9a0598d619db8e9dd746b898c65a5d9aa83aa59ff3504b923589385190b",
"checksum": "3c34a999dab2ac53fd2a720fc2a53ecf6f3d37d038f75ac4bfaf1a820202751e",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -3629,6 +3629,67 @@
],
"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 @@ -17413,6 +17474,10 @@
"target": "hyper_rustls",
"alias": "hyper_rustls_0_27_x"
},
{
"id": "hyper-socks2 0.8.0",
"target": "hyper_socks2"
},
{
"id": "hyper-util 0.1.3",
"target": "hyper_util"
Expand Down Expand Up @@ -27092,6 +27157,96 @@
],
"license_file": "LICENSE"
},
"hyper-socks2 0.8.0": {
"name": "hyper-socks2",
"version": "0.8.0",
"package_url": "https://github.com/ark0f/hyper-socks2",
"repository": {
"Http": {
"url": "https://static.crates.io/crates/hyper-socks2/0.8.0/download",
"sha256": "cc38166fc2732d450e9372388d269eb38ff0b75a3cfb4c542e65b2f6893629c4"
}
},
"targets": [
{
"Library": {
"crate_name": "hyper_socks2",
"crate_root": "src/lib.rs",
"srcs": {
"allow_empty": false,
"include": [
"**/*.rs"
]
}
}
}
],
"library_target_name": "hyper_socks2",
"common_attrs": {
"compile_data_glob": [
"**"
],
"crate_features": {
"common": [
"hyper-rustls",
"rustls",
"rustls-native-certs",
"rusttls"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "async-socks5 0.5.1",
"target": "async_socks5"
},
{
"id": "futures 0.3.30",
"target": "futures"
},
{
"id": "http 0.2.12",
"target": "http"
},
{
"id": "hyper 0.14.27",
"target": "hyper"
},
{
"id": "hyper-rustls 0.24.2",
"target": "hyper_rustls"
},
{
"id": "rustls 0.21.12",
"target": "rustls",
"alias": "rusttls"
},
{
"id": "rustls-native-certs 0.6.3",
"target": "rustls_native_certs"
},
{
"id": "thiserror 1.0.57",
"target": "thiserror"
},
{
"id": "tokio 1.38.0",
"target": "tokio"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.8.0"
},
"license": "Apache-2.0 OR MIT",
"license_ids": [
"Apache-2.0",
"MIT"
],
"license_file": "LICENSE-APACHE.md"
},
"hyper-timeout 0.4.1": {
"name": "hyper-timeout",
"version": "0.4.1",
Expand Down Expand Up @@ -77254,6 +77409,7 @@
"hyper 1.4.0",
"hyper-rustls 0.24.2",
"hyper-rustls 0.27.1",
"hyper-socks2 0.8.0",
"hyper-util 0.1.3",
"hyperlocal-next 0.9.0",
"ic-agent 0.35.0",
Expand Down
29 changes: 29 additions & 0 deletions Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,17 @@ 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 @@ -2992,6 +3003,7 @@ dependencies = [
"hyper 1.4.0",
"hyper-rustls 0.24.2",
"hyper-rustls 0.27.1",
"hyper-socks2",
"hyper-util",
"hyperlocal-next",
"ic-agent",
Expand Down Expand Up @@ -4700,6 +4712,23 @@ dependencies = [
"tower-service",
]

[[package]]
name = "hyper-socks2"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc38166fc2732d450e9372388d269eb38ff0b75a3cfb4c542e65b2f6893629c4"
dependencies = [
"async-socks5",
"futures",
"http 0.2.12",
"hyper 0.14.27",
"hyper-rustls 0.24.2",
"rustls 0.21.12",
"rustls-native-certs 0.6.3",
"thiserror",
"tokio",
]

[[package]]
name = "hyper-timeout"
version = "0.4.1"
Expand Down
Loading

0 comments on commit 16fabfd

Please sign in to comment.