diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-08-06 08:57:53 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-08-06 08:57:53 -0600 |
commit | d2ba81ead2daa059a9ee889fe643d00c3d6fb8c8 (patch) | |
tree | 0e7c92040eb3a9d51c3a11e369ea04ebf771785d /components | |
parent | 106361443d58f57ac140e4b4033b60e98fdaad2b (diff) | |
parent | 73ce2325a2cb6529e49ef37c14f55d9db10e3dce (diff) | |
download | servo-d2ba81ead2daa059a9ee889fe643d00c3d6fb8c8.tar.gz servo-d2ba81ead2daa059a9ee889fe643d00c3d6fb8c8.zip |
Auto merge of #6998 - mbrubeck:upgrade, r=Manishearth
Update to unicode-bidi 0.2.1
Also includes some missing changes from #6416.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6998)
<!-- Reviewable:end -->
Diffstat (limited to 'components')
-rw-r--r-- | components/servo/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 7d655d91ebe..36224dd676c 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -763,7 +763,7 @@ dependencies = [ "string_cache 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", - "unicode-bidi 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-bidi 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1464,7 +1464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "unicode-bidi" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |