mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-12 22:47:06 +00:00
Merge pull request #32 from programble/fix/linefeed
Update linefeed 0.4.0
This commit is contained in:
commit
c9734c8c83
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ chrono = "0.2.25"
|
||||||
strsim = "0.5.1"
|
strsim = "0.5.1"
|
||||||
chrono-tz = "0.2.2"
|
chrono-tz = "0.2.2"
|
||||||
chrono-humanize = { version = "0.0.6", optional = true }
|
chrono-humanize = { version = "0.0.6", optional = true }
|
||||||
linefeed = { version = "0.2.6", optional = true }
|
linefeed = { version = "0.4.0", optional = true }
|
||||||
hyper = { version = "0.10.10", optional = true }
|
hyper = { version = "0.10.10", optional = true }
|
||||||
hyper-native-tls = { version = "0.2.2", optional = true }
|
hyper-native-tls = { version = "0.2.2", optional = true }
|
||||||
libc = { version = "0.2.14", optional = true }
|
libc = { version = "0.2.14", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue