Reqwest now uses rust-tls
This commit is contained in:
parent
e10c6e4cda
commit
7f0b9d1561
|
@ -29,7 +29,7 @@ rand = "0.8.4"
|
|||
tokio = { verison = "1", features=["full"] }
|
||||
base64 = "0.13.0"
|
||||
sqlx = { version = "^0.5", features=["sqlite", "migrate"] }
|
||||
reqwest = { version = "0.11.9", features = ["native-tls"] }
|
||||
reqwest = { version = "0.11.9", features = ["rust-tls"] }
|
||||
|
||||
|
||||
[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator]
|
||||
|
|
Loading…
Reference in New Issue