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 /font/Cargo.toml | |
parent | 86ccd0566edf97849079889a80e67669332c37cb (diff) | |
download | alacritty-e98ea64c748f1cce673c97adbc72e6a9a3c11e5f.tar.gz alacritty-e98ea64c748f1cce673c97adbc72e6a9a3c11e5f.zip |
Bump dependencies
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 972e212e..429ea5f5 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] euclid = "0.19.2" libc = "0.2" -foreign-types = "0.3" +foreign-types = "0.4" log = "0.4" [target.'cfg(not(any(target_os = "macos", windows)))'.dependencies] @@ -22,5 +22,5 @@ core-graphics = "0.17" core-foundation-sys = "0.6" [target.'cfg(windows)'.dependencies] -font-loader = "0.6.0" -rusttype = "0.4.1" +font-loader = "0.8.0" +rusttype = "0.7.5" |