Browse Source

Reqwest without openssl (#8)

pull/41/head
ssrlive 3 years ago
committed by GitHub
parent
commit
e5d1cfbef1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -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"

Loading…
Cancel
Save