diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-03 22:57:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 22:57:54 +0000 |
commit | e98ea64c748f1cce673c97adbc72e6a9a3c11e5f (patch) | |
tree | aba9d97bc30eb7a78669a557b9d3ffd4a77df789 /Cargo.toml | |
parent | 86ccd0566edf97849079889a80e67669332c37cb (diff) | |
download | alacritty-e98ea64c748f1cce673c97adbc72e6a9a3c11e5f.tar.gz alacritty-e98ea64c748f1cce673c97adbc72e6a9a3c11e5f.zip |
Bump dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ winpty = { path = "./winpty" } mio-named-pipes = "0.1" miow = "0.3" winapi = { version = "0.3.5", features = ["impl-default", "winuser", "synchapi", "roerrorapi", "winerror", "wincon"]} -dunce = "0.1" +dunce = "1.0" dirs = "1.0" widestring = "0.4" mio-anonymous-pipes = "0.1" @@ -81,7 +81,7 @@ nightly = [] bench = [] [build-dependencies] -gl_generator = "0.10.0" +gl_generator = "0.11.0" [target.'cfg(windows)'.build-dependencies] embed-resource = "1.1.4" |