mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
Merge pull request #34 from yzhs/fix-openssl-build
Update hyper-native-tls dependency
This commit is contained in:
commit
0db3f4dcd0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ chrono-tz = "0.2.2"
|
|||
chrono-humanize = { version = "0.0.6", optional = true }
|
||||
linefeed = { version = "0.4.0", optional = true }
|
||||
hyper = { version = "0.10.10", optional = true }
|
||||
hyper-native-tls = { version = "0.2.2", optional = true }
|
||||
hyper-native-tls = { version = "0.3", optional = true }
|
||||
libc = { version = "0.2.14", optional = true }
|
||||
ipc-channel = { version = "0.5.1", optional = true }
|
||||
xml-rs = { version = "0.3.4", optional = true }
|
||||
|
|
Loading…
Reference in a new issue