Nathan Froyd
65e7b0bbd1
Bug 1485409 - update crates to dispense with winapi 0.2.8 requirement; r=glandium
...
winapi 0.2.8 is used by a number of crates in our dependency graph. The
newest version of winapi is 0.3.4, which is a significant restructuring
and also more amenable to further development, e.g. adding AArch64
support. This patch does the easy work of updating as many things as
possible to winapi 0.3.4 via a simple `cargo update`:
cargo update -p atty:0.2.2 -p fs2 -p msdos_time -p parking_lot_core -p aho-corasick
and then vendoring the results of those changes.
2018-08-28 21:37:30 -04:00
Matt Brubeck
7f726d3cbb
Bug 1424081 - Update parking_lot_core Rust crate to 0.2.7 r=SimonSapin
...
MozReview-Commit-ID: G8C94Vt2RVx
--HG--
extra : rebase_source : e13d4b40761171a16fd99d29fccabe5c5d942d58
2017-12-07 14:37:31 -08:00
Servo VCS Sync
be92d942e5
No bug - Revendor rust dependencies
2017-10-24 17:55:24 +00:00
Servo VCS Sync
74240de91b
No bug - Revendor rust dependencies
2017-09-27 00:32:01 +00:00
Matthew Gregan
3bf2f6de54
Bug 1403048 - Update Rust deps for audioipc. r=kamidphish,rillian
...
--HG--
extra : rebase_source : a9765e844b818a84cfa2ce69b525a7a2ed72c6de
2017-09-26 15:51:30 +13:00
Simon Sapin
28bb18318a
Bug 1393967 - Update cssparser to verison 0.19.5 (and some other dependencies) r=xidorn
...
MozReview-Commit-ID: GOxKFvP3Y9x
--HG--
extra : rebase_source : 082e3b951fe41427192a308f694453521f8e3c23
2017-08-25 22:28:33 +02:00
Bobby Holley
ca0f202c0c
No bug - Update parking_lot_core and revendor to remove duplicate version of smallvec. r=me
...
MozReview-Commit-ID: 6B2hp9CLs2z
2017-03-22 17:51:49 -07:00
Manish Goregaokar
cd6c97ea60
Bug 1336607 - Update vendored Rust sources to include geckolib dependencies; r=froydnj
...
MozReview-Commit-ID: BOgu41N351y
--HG--
rename : third_party/rust/serde/.cargo-checksum.json => third_party/rust/serde-0.8.23/.cargo-checksum.json
rename : third_party/rust/serde/Cargo.toml => third_party/rust/serde-0.8.23/Cargo.toml
rename : third_party/rust/serde/src/bytes.rs => third_party/rust/serde-0.8.23/src/bytes.rs
rename : third_party/rust/serde/src/de/impls.rs => third_party/rust/serde-0.8.23/src/de/impls.rs
rename : third_party/rust/serde/src/de/mod.rs => third_party/rust/serde-0.8.23/src/de/mod.rs
rename : third_party/rust/serde/src/de/value.rs => third_party/rust/serde-0.8.23/src/de/value.rs
rename : third_party/rust/serde/src/error.rs => third_party/rust/serde-0.8.23/src/error.rs
rename : third_party/rust/serde/src/lib.rs => third_party/rust/serde-0.8.23/src/lib.rs
rename : third_party/rust/serde/src/macros.rs => third_party/rust/serde-0.8.23/src/macros.rs
rename : third_party/rust/serde/src/ser/impls.rs => third_party/rust/serde-0.8.23/src/ser/impls.rs
rename : third_party/rust/serde/src/ser/mod.rs => third_party/rust/serde-0.8.23/src/ser/mod.rs
extra : rebase_source : d015147c7a6c01b34c5a1abf035d71f8ecfe0c12
2017-02-10 12:19:18 -08:00