Skip to content

Commit

Permalink
Remove reqwest dep from tremor-connectors crate
Browse files Browse the repository at this point in the history
Signed-off-by: Darach Ennis <[email protected]>
  • Loading branch information
darach committed May 14, 2024
1 parent 8f9a2cb commit c187988
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 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.

6 changes: 0 additions & 6 deletions tremor-connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ hyper-rustls = { version = "0.27", optional = true, default-features = false, fe
] }
http-body-util = { version = "0.1", optional = true, default-features = false }
mime = { version = "0.3", optional = true, default-features = false }
reqwest = { version = "0.12", optional = true, default-features = false, features = [
"rustls-tls",
"rustls-tls-native-roots",
] }
base64 = { version = "0.22", optional = true, default-features = false }
dashmap = { version = "5.5", optional = true, default-features = false }
async-stream = { version = "0.3", optional = true, default-features = false }
Expand Down Expand Up @@ -214,7 +210,6 @@ tls = [
dns = ["dep:trust-dns-resolver"]
elasticsearch = [
"dep:elasticsearch",
"dep:reqwest",
"dep:serde_yaml",
"tls",
"http",
Expand All @@ -229,7 +224,6 @@ http = [
"dep:hyper-util",
"dep:hyper",
"dep:mime",
"dep:reqwest",
"dep:async-stream",
"hyper/http1",
"hyper/http2",
Expand Down

0 comments on commit c187988

Please sign in to comment.