diff options
-rw-r--r-- | components/net/Cargo.toml | 2 | ||||
-rw-r--r-- | components/servo/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index 0c5e34874d0..5364a75559d 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -40,4 +40,4 @@ flate2 = "0.2.0" uuid = "0.1.16" url = {version = "0.5.4", features = ["heap_size"]} websocket = "0.14.0" -immeta = "0.2" +immeta = "0.3.1" diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 49672e9246b..15d0f27e56f 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -885,7 +885,7 @@ dependencies = [ [[package]] name = "immeta" -version = "0.2.4" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1205,7 +1205,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "immeta 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "immeta 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 470fc09f425..738ec0e1a40 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -816,7 +816,7 @@ dependencies = [ [[package]] name = "immeta" -version = "0.2.4" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1136,7 +1136,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "immeta 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "immeta 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 79c1abf3b16..8f3aeb8723f 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "immeta" -version = "0.2.4" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1118,7 +1118,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "immeta 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "immeta 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |