Skip to content

Commit

Permalink
Merge pull request #1058 from mccormickt/reqwest-rustls
Browse files Browse the repository at this point in the history
chore(deps): use reqwest with rustls rather than openssl
  • Loading branch information
jondot authored Dec 8, 2024
2 parents 35cb4ed + f7f82cc commit d3489f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ backtrace_printer = { version = "1.3.0" }
# cli
clap = { version = "4.4.7", features = ["derive"], optional = true }
colored = "2"
reqwest = { version = "0.12.7", features = ["json"] }
reqwest = { version = "0.12.7", features = [
"charset",
"http2",
"json",
"macos-system-configuration",
"rustls-tls",
], default-features = false }


sea-orm = { version = "1.1.0", features = [
Expand Down

0 comments on commit d3489f2

Please sign in to comment.