Update dependencies

This commit is contained in:
Joe Wilm 2017-05-25 10:57:42 -07:00
parent 5977776874
commit f051e686da
3 changed files with 295 additions and 268 deletions

553
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,19 +12,19 @@ path = "src/main.rs"
name = "alacritty"
[dependencies]
libc = "*"
libc = "0.2.23"
cgmath = "0.7"
notify = "2.6"
bitflags = "*"
bitflags = "0.7"
font = { path = "./font" }
errno = "0.1.6"
errno = "0.2"
lazy_static = "0.2.2"
parking_lot = "0.3.1"
serde = "0.9"
serde_yaml = "0.6"
serde_derive = "0.9"
vte = "0.3.0"
mio = "0.6"
mio = "=0.6.2"
serde_json = "0.9"
copypasta = { path = "./copypasta" }
xdg = "2.0.0"

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
euclid = "0.6.8"
libc = "0.2.11"
libc = "0.2"
ffi-util = { path = "../ffi-util" }
log = "0.3"