diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-09-23 05:32:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 05:32:17 -0400 |
commit | 196bec2b87b0044356e4a4e933d91783d2393bc1 (patch) | |
tree | aba9fd673f9e90e3d8dfdfa912043c4f94fc0cd0 | |
parent | d2a79b39c50d5817dac8d964849b88028fcb972b (diff) | |
parent | 7f4efd4b7192bd5e5b5c7f6633f3f7812f7dfdc1 (diff) | |
download | servo-196bec2b87b0044356e4a4e933d91783d2393bc1.tar.gz servo-196bec2b87b0044356e4a4e933d91783d2393bc1.zip |
Auto merge of #21789 - mbrubeck:deps, r=nox
Upgrade to uluru 0.3
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21789)
<!-- Reviewable:end -->
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | components/style/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index fdbead98ee6..843806851f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2856,7 +2856,7 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3620,7 +3620,7 @@ dependencies = [ "thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "uluru 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "uluru 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3847,7 +3847,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "uluru" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4643,7 +4643,7 @@ dependencies = [ "checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" "checksum ucd 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe4fa6e588762366f1eb4991ce59ad1b93651d0b769dfb4e4d1c5c4b943d1159" "checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" -"checksum uluru 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "519130f0ea964ba540a9d8af1373738c2226f1d465eda07e61db29feb5479db9" +"checksum uluru 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2606e9192f308ddc4f0b3c5d1bf3400e28a70fff956e9d9f46d23b094746d9f" "checksum unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a5906ca2b98c799f4b1ab4557b76367ebd6ae5ef14930ec841c74aed5f3764" "checksum unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a6a2c4e3710edd365cd7e78383153ed739fa31af19f9172f72d3575060f5a43a" "checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f" diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 1b41545dcae..b3ca19a34d7 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -69,7 +69,7 @@ style_traits = {path = "../style_traits"} servo_url = {path = "../url", optional = true} thin-slice = "0.1.0" time = "0.1" -uluru = "0.2" +uluru = "0.3" unicode-bidi = "0.3" unicode-segmentation = "1.0" void = "1.0.2" |