Bug 1521518 - Update crate versions for changes in WR PR #3514. r=kats

Depends on D17127

Differential Revision: https://phabricator.services.mozilla.com/D17128

--HG--
extra : moz-landing-system : lando
This commit is contained in:
WR Updater Bot 2019-01-21 15:12:54 +00:00
Родитель bc08dac95c
Коммит 1e4aa0cadd
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -2990,7 +2990,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.58.0"
version = "0.59.0"
dependencies = [
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3060,7 +3060,7 @@ dependencies = [
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender 0.58.0",
"webrender 0.59.0",
]
[[package]]

Просмотреть файл

@ -18,7 +18,7 @@ fxhash = "0.2.1"
[dependencies.webrender]
path = "../wr/webrender"
version = "0.58.0"
version = "0.59.0"
default-features = false
features = ["capture", "serialize_program"]