diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-11 10:21:41 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-11 10:21:41 +0000 |
commit | dd122145b57513cf57076ae3235d70215b226039 (patch) | |
tree | 3f01166b8148b0703a6318662bbd93c51a2aa3e8 /Cargo.lock | |
parent | 28559b7dd2e2c101c4b7f2c9bb207b3af94f6e16 (diff) | |
parent | 66d7adf1cbbe727bfdef6db3fbf8d15bc0e747df (diff) |
Merge #493
493: force serde in ra_syntax r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 877ef9410..006a17622 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -743,10 +743,8 @@ dependencies = [ | |||
743 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
744 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 744 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
745 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", | 745 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
746 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
747 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 746 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | "test_utils 0.1.0", | 747 | "test_utils 0.1.0", |
749 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
750 | "thread_worker 0.1.0", | 748 | "thread_worker 0.1.0", |
751 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 749 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 750 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -763,6 +761,7 @@ dependencies = [ | |||
763 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 761 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | "ra_text_edit 0.1.0", | 762 | "ra_text_edit 0.1.0", |
765 | "rowan 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 763 | "rowan 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
766 | "test_utils 0.1.0", | 765 | "test_utils 0.1.0", |
767 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 766 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
768 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 767 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -980,7 +979,7 @@ version = "0.2.0" | |||
980 | source = "registry+https://github.com/rust-lang/crates.io-index" | 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
981 | dependencies = [ | 980 | dependencies = [ |
982 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | ] | 984 | ] |
986 | 985 | ||
@@ -1119,7 +1118,7 @@ dependencies = [ | |||
1119 | 1118 | ||
1120 | [[package]] | 1119 | [[package]] |
1121 | name = "smol_str" | 1120 | name = "smol_str" |
1122 | version = "0.1.8" | 1121 | version = "0.1.9" |
1123 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1124 | dependencies = [ | 1123 | dependencies = [ |
1125 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1124 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1591,7 +1590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1591 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1590 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1592 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1591 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
1593 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" | 1592 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" |
1594 | "checksum smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "486a74e9b9fc53373808f7a17e10fc728adcb1fbe272292271d8bea61175e181" | 1593 | "checksum smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9af1035bc5d742ab6b7ab16713e41cc2ffe78cb474f6f43cd696b2d16052007e" |
1595 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1594 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1596 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1595 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1597 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 1596 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |