diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 6666f058..5b86ff1a 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" euclid = "0.16" libc = "0.2" foreign-types = "0.3" -log = "0.3" +log = "0.4" [target.'cfg(not(target_os = "macos"))'.dependencies] servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig", branch = "updated-2017-10-8" } |