mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
Upgrade hyper to 0.10.
This commit is contained in:
parent
f0ab44ca39
commit
f3b7ad6d1b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ strsim = "0.5.1"
|
|||
chrono-tz = "0.2.2"
|
||||
chrono-humanize = { version = "0.0.6", optional = true }
|
||||
linefeed = { version = "0.1.4", optional = true }
|
||||
hyper = { version = "0.9.10", optional = true }
|
||||
hyper = { version = "0.10.4", 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