diff options
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"} |