Skip to content

Commit

Permalink
Remove default-tls from reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed May 29, 2024
1 parent ed61242 commit df91713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 189 deletions.
190 changes: 2 additions & 188 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 @@ -10,7 +10,7 @@ publish = true
description = "An OpenADR 3.0 VTN/VEN implementation"

[dependencies]
reqwest = { version = "0.12.4", features = ["rustls-tls-native-roots"] }
reqwest = { version = "0.12.4", default-features = false, features = ["http2", "charset", "rustls-tls-native-roots"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit df91713

Please sign in to comment.