Reqwest without openssl (#8)

This commit is contained in:
ssrlive 2023-05-18 18:34:15 +08:00 committed by GitHub
parent fb28783598
commit e5d1cfbef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,6 @@ jni = { version = "0.21", default-features = false }
[dev-dependencies]
ctor = "0.1"
reqwest = { version = "0.11", features = ["blocking", "json"] }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
serial_test = "1.0"
test-log = "0.2"