diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-10-23 22:17:09 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-23 21:17:09 +0200 |
commit | d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37 (patch) | |
tree | a2c25ac330209d936fa2846d367669f0ed4c97a5 /alacritty | |
parent | 9e0b9d5de1b8fe2d9d8ed80f73b4ad0fda171f22 (diff) | |
download | r-alacritty-d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37.tar.gz r-alacritty-d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37.tar.bz2 r-alacritty-d76bb0c69793eda42d0e46d4a7c7218b8a3a4a37.zip |
Update dependencies
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 434dc6fa..7d49fc6e 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -13,7 +13,7 @@ alacritty_terminal = { path = "../alacritty_terminal" } clap = "2" log = "0.4" time = "0.1.40" -env_logger = "0.6.0" +env_logger = "0.7.1" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" serde_json = "1" @@ -31,10 +31,10 @@ rustc_tools_util = "0.2.0" xdg = "2" [target.'cfg(not(target_os = "macos"))'.dependencies] -image = "0.21.0" +image = "0.22.3" [target.'cfg(any(target_os = "macos", windows))'.dependencies] -dirs = "1.0.2" +dirs = "2.0.2" [target.'cfg(not(any(target_os="windows", target_os="macos")))'.dependencies] x11-dl = "2" |