diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-14 23:44:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 23:44:53 +0000 |
commit | 00830b3da8d4f2cebcc8738f8069db91c1a2f779 (patch) | |
tree | 2b7c492a5bf6c891086b61d894d5a2b2e19f92b3 /Cargo.toml | |
parent | 5baf1fceab7547c9870a5c65ccebd0428bea1ee8 (diff) | |
download | alacritty-00830b3da8d4f2cebcc8738f8069db91c1a2f779.tar.gz alacritty-00830b3da8d4f2cebcc8738f8069db91c1a2f779.zip |
Update all dependencies
This applies all breaking and non-breaking dependency updates.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -43,10 +43,10 @@ fnv = "1" unicode-width = "0.1" arraydeque = "0.4" glutin = { version = "0.19", features = ["icon_loading"] } -env_logger = "0.5" -base64 = "0.9.0" +env_logger = "0.6.0" +base64 = "0.10.0" image = "0.20.1" -static_assertions = "0.2.5" +static_assertions = "0.3.0" terminfo = "0.6.1" url = "1.7.1" @@ -71,7 +71,7 @@ nightly = [] bench = [] [build-dependencies] -gl_generator = "0.9" +gl_generator = "0.10.0" [target.'cfg(windows)'.build-dependencies] embed-resource = "1.1.4" |