aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorTim van der Meij <timvandermeij@gmail.com>2016-02-04 21:49:09 +0100
committerTim van der Meij <timvandermeij@gmail.com>2016-02-04 21:58:43 +0100
commitf4f42b260bca70fe2f09a15d7c811ee4bbd151f2 (patch)
treed3df4e9457593470847f470033f62d0682fe43b6 /components
parentea385fdd117cf68e6550782371142a85a2a2af8a (diff)
downloadservo-f4f42b260bca70fe2f09a15d7c811ee4bbd151f2.tar.gz
servo-f4f42b260bca70fe2f09a15d7c811ee4bbd151f2.zip
Update immeta dependency to resolve ImageCacheThread panic
Diffstat (limited to 'components')
-rw-r--r--components/net/Cargo.toml2
-rw-r--r--components/servo/Cargo.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml
index 608cbee0791..aa7e6c6cbcc 100644
--- a/components/net/Cargo.toml
+++ b/components/net/Cargo.toml
@@ -40,4 +40,4 @@ flate2 = "0.2.0"
uuid = "0.1.16"
url = "0.5.2"
websocket = "0.14.0"
-immeta = "0.2"
+immeta = "0.3.1"
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 1124ec68945..e03cada0261 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -855,7 +855,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)",
@@ -1155,7 +1155,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)",