diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-02-03 12:29:26 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-02-03 12:29:26 +0530 |
commit | b1fffcd85de45b0c7b917beef2718621a323e5cf (patch) | |
tree | 951fb06ac25d7eaeedf0ad25148c2cf792fa3811 | |
parent | 64ad9e17d9323862833daa60290b037ea8334424 (diff) | |
parent | fa91acc7c99b65390ef2c5487163805812e6fba9 (diff) | |
download | servo-b1fffcd85de45b0c7b917beef2718621a323e5cf.tar.gz servo-b1fffcd85de45b0c7b917beef2718621a323e5cf.zip |
Auto merge of #9500 - notriddle:ttt, r=nox
Bump quickersort version.
(fixes an exception-safety bug in the heapsort fallback)
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9500)
<!-- Reviewable:end -->
-rw-r--r-- | components/servo/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/geckolib/Cargo.lock | 4 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index dca125d48bc..556bc7d7530 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "quickersort" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1586,7 +1586,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quickersort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 2fa84655eda..992e42a942e 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1379,7 +1379,7 @@ dependencies = [ [[package]] name = "quickersort" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1501,7 +1501,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quickersort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index e55f45de484..4bf142732e7 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "quickersort" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", @@ -319,7 +319,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quickersort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index b753d99c81a..90904b61527 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1350,7 +1350,7 @@ dependencies = [ [[package]] name = "quickersort" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1472,7 +1472,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "quickersort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", ] |