diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2018-11-16 14:50:14 +0100 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2018-11-18 16:42:42 +0100 |
commit | db34ea668acf6ac7e7206187dacb4fd439c6ece4 (patch) | |
tree | d34c6266bd0afb80fd2543efed4503b14c406c39 /components/script | |
parent | 34bf312e0caa030b1bbda7b27317c7112ff051c7 (diff) | |
download | servo-db34ea668acf6ac7e7206187dacb4fd439c6ece4.tar.gz servo-db34ea668acf6ac7e7206187dacb4fd439c6ece4.zip |
Update image related dependencies
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 0a7786a9480..d2d13c2eb1b 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -59,7 +59,7 @@ html5ever = "0.22" http = "0.1" hyper = "0.12" hyper_serde = "0.9" -image = "0.19" +image = "0.20" ipc-channel = "0.11" itertools = "0.7.6" js = {package = "mozjs", version = "0.9.4"} |