From bda341b217074b84dc99c9b3d9afb401b79de000 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 30 Dec 2015 18:03:25 -0500 Subject: [PATCH] Update mime_guess to incorporate TTF MIME changes. --- components/servo/Cargo.lock | 4 ++-- ports/cef/Cargo.lock | 4 ++-- ports/gonk/Cargo.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 51fdfc1db0b..39b572d34be 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "mime_guess" -version = "1.1.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1148,7 +1148,7 @@ dependencies = [ "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "mime_guess 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", "openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 49a9664e964..d62d8341e92 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "mime_guess" -version = "1.1.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1108,7 +1108,7 @@ dependencies = [ "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "mime_guess 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", "openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 45067ce2de4..4a430afd689 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "mime_guess" -version = "1.1.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1076,7 +1076,7 @@ dependencies = [ "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "mime_guess 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", "openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",