Skip to content

Commit

Permalink
refactor: deno_tls does not depend on reqwest (denoland#12961)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Dec 1, 2021
1 parent 084caff commit 14f4102
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion ext/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.109.0", path = "../../core" }
lazy_static = "1.4.0"
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
rustls = { version = "0.19.1", features = ["dangerous_configuration"] }
rustls-native-certs = "0.5.0"
serde = { version = "1.0.129", features = ["derive"] }
Expand Down
1 change: 0 additions & 1 deletion ext/tls/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.

pub use reqwest;
pub use rustls;
pub use rustls_native_certs;
pub use webpki;
Expand Down

0 comments on commit 14f4102

Please sign in to comment.