Skip to content

Commit

Permalink
Update encoding_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Nov 19, 2018
1 parent f7dfd23 commit 053070e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -49,7 +49,7 @@ devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}
domobject_derive = {path = "../domobject_derive"}
embedder_traits = {path = "../embedder_traits"}
encoding_rs = "0.7"
encoding_rs = "0.8"
enum-iterator = "0.2.0"
euclid = "0.19"
fnv = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ cfg-if = "0.1.0"
cssparser = "0.25"
crossbeam-channel = { version = "0.3", optional = true }
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.7", optional = true}
encoding_rs = {version = "0.8", optional = true}
euclid = "0.19"
fallible = { path = "../fallible" }
fxhash = "0.2"
Expand Down

0 comments on commit 053070e

Please sign in to comment.