aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2015-09-25 12:13:11 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2015-09-25 13:01:53 -0700
commit5667dfe7b010459738f56bc0838c7f42f4443b4c (patch)
tree4abb8cd5433f96ef296e8fff9da82b323480eb67 /components
parent8027777e2409705b1d45cdd4c781e499fd5a7f0d (diff)
downloadservo-5667dfe7b010459738f56bc0838c7f42f4443b4c.tar.gz
servo-5667dfe7b010459738f56bc0838c7f42f4443b4c.zip
Update unicode-bidi to 0.2.2
Fixes #7701 via servo/unicode-bidi#17.
Diffstat (limited to 'components')
-rw-r--r--components/servo/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index f248ac4f1e5..d8e1833c5da 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -958,7 +958,7 @@ dependencies = [
"string_cache 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache_plugin 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"style 0.0.1",
- "unicode-bidi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-bidi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
"util 0.0.1",
]
@@ -1771,7 +1771,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-bidi"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",