Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
losfair committed Dec 19, 2023
1 parent 9b85c23 commit 807e9bf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 116 deletions.
116 changes: 12 additions & 104 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env_logger = "0.10.0"
futures = "0.3.28"
hex = "0.4"
hyper = { version = "0.14", features = ["client"] }
hyper-proxy = { version = "0.9.1", default-features = false, features = ["rustls"] }
hyper-proxy = { version = "0.9.1", default-features = false }
log = "0.4.20"
num-bigint = "0.4"
prost = "0.11"
Expand Down
2 changes: 0 additions & 2 deletions deno.json

This file was deleted.

8 changes: 0 additions & 8 deletions deno.lock

This file was deleted.

2 changes: 1 addition & 1 deletion denokv/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async fn run_sync(
let proxy_uri = https_proxy.parse().unwrap();
let proxy = Proxy::new(Intercept::All, proxy_uri);
let connector = HttpConnector::new();
ProxyConnector::from_proxy(connector, proxy).unwrap()
ProxyConnector::from_proxy_unsecured(connector, proxy)
};
let hyper_client =
aws_smithy_client::hyper_ext::Adapter::builder().build(proxy);
Expand Down

0 comments on commit 807e9bf

Please sign in to comment.