aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/gfx/Cargo.toml2
-rw-r--r--components/script/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index 5a987a355f8..34ecfc2743a 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -39,7 +39,7 @@ style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"
unicode-script = {version = "0.1", features = ["harfbuzz"]}
-xi-unicode = "0.0.1"
+xi-unicode = "0.1.0"
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender"
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 4a1a7d4d01d..16368dd1bb1 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -30,7 +30,7 @@ audio-video-metadata = "0.1.2"
atomic_refcell = "0.1"
bitflags = "0.7"
bluetooth_traits = {path = "../bluetooth_traits"}
-byteorder = "0.5"
+byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}