summaryrefslogtreecommitdiffstats
path: root/font
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-14 23:44:53 +0000
committerGitHub <noreply@github.com>2018-11-14 23:44:53 +0000
commit00830b3da8d4f2cebcc8738f8069db91c1a2f779 (patch)
tree2b7c492a5bf6c891086b61d894d5a2b2e19f92b3 /font
parent5baf1fceab7547c9870a5c65ccebd0428bea1ee8 (diff)
Update all dependencies
This applies all breaking and non-breaking dependency updates.
Diffstat (limited to 'font')
-rw-r--r--font/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index 307153f6..972e212e 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -6,7 +6,7 @@ description = "Font rendering using the best available solution per platform"
license = "Apache-2.0"
[dependencies]
-euclid = "0.17"
+euclid = "0.19.2"
libc = "0.2"
foreign-types = "0.3"
log = "0.4"