mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Update dependencies
This commit is contained in:
parent
5977776874
commit
f051e686da
3 changed files with 295 additions and 268 deletions
553
Cargo.lock
generated
553
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -12,19 +12,19 @@ path = "src/main.rs"
|
||||||
name = "alacritty"
|
name = "alacritty"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "*"
|
libc = "0.2.23"
|
||||||
cgmath = "0.7"
|
cgmath = "0.7"
|
||||||
notify = "2.6"
|
notify = "2.6"
|
||||||
bitflags = "*"
|
bitflags = "0.7"
|
||||||
font = { path = "./font" }
|
font = { path = "./font" }
|
||||||
errno = "0.1.6"
|
errno = "0.2"
|
||||||
lazy_static = "0.2.2"
|
lazy_static = "0.2.2"
|
||||||
parking_lot = "0.3.1"
|
parking_lot = "0.3.1"
|
||||||
serde = "0.9"
|
serde = "0.9"
|
||||||
serde_yaml = "0.6"
|
serde_yaml = "0.6"
|
||||||
serde_derive = "0.9"
|
serde_derive = "0.9"
|
||||||
vte = "0.3.0"
|
vte = "0.3.0"
|
||||||
mio = "0.6"
|
mio = "=0.6.2"
|
||||||
serde_json = "0.9"
|
serde_json = "0.9"
|
||||||
copypasta = { path = "./copypasta" }
|
copypasta = { path = "./copypasta" }
|
||||||
xdg = "2.0.0"
|
xdg = "2.0.0"
|
||||||
|
|
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
euclid = "0.6.8"
|
euclid = "0.6.8"
|
||||||
libc = "0.2.11"
|
libc = "0.2"
|
||||||
ffi-util = { path = "../ffi-util" }
|
ffi-util = { path = "../ffi-util" }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue