mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-26 00:36:04 +00:00
Reqwest without openssl (#8)
This commit is contained in:
parent
fb28783598
commit
e5d1cfbef1
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ jni = { version = "0.21", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ctor = "0.1"
|
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"
|
serial_test = "1.0"
|
||||||
test-log = "0.2"
|
test-log = "0.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue