aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-06-21 17:11:41 +0100
committerGitHub <[email protected]>2020-06-21 17:11:41 +0100
commit3370c81525c89c4f3229180f83520de29b7ee8a0 (patch)
treee97cbe028c54e953af47549af92e2bc6d7abe06f
parentf9dffade9d2afdf8f92a32d4d09502485af6282d (diff)
parenta120ceed19a568f7b5ad51d32ed823292db5a38b (diff)
Merge #4971
4971: cargo update r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
-rw-r--r--Cargo.lock48
-rw-r--r--crates/ra_proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt2
2 files changed, 28 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e5cf487a5..e667d45ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,9 +2,9 @@
2# It is not intended for manual editing. 2# It is not intended for manual editing.
3[[package]] 3[[package]]
4name = "addr2line" 4name = "addr2line"
5version = "0.12.1" 5version = "0.12.2"
6source = "registry+https://github.com/rust-lang/crates.io-index" 6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543" 7checksum = "602d785912f476e480434627e8732e6766b760c045bbf897d9dfaa9f4fbd399c"
8dependencies = [ 8dependencies = [
9 "gimli", 9 "gimli",
10] 10]
@@ -288,9 +288,9 @@ checksum = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f"
288 288
289[[package]] 289[[package]]
290name = "dtoa" 290name = "dtoa"
291version = "0.4.5" 291version = "0.4.6"
292source = "registry+https://github.com/rust-lang/crates.io-index" 292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" 293checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
294 294
295[[package]] 295[[package]]
296name = "either" 296name = "either"
@@ -535,9 +535,9 @@ dependencies = [
535 535
536[[package]] 536[[package]]
537name = "itoa" 537name = "itoa"
538version = "0.4.5" 538version = "0.4.6"
539source = "registry+https://github.com/rust-lang/crates.io-index" 539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" 540checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
541 541
542[[package]] 542[[package]]
543name = "jemalloc-ctl" 543name = "jemalloc-ctl"
@@ -830,9 +830,9 @@ dependencies = [
830 830
831[[package]] 831[[package]]
832name = "paste" 832name = "paste"
833version = "0.1.17" 833version = "0.1.18"
834source = "registry+https://github.com/rust-lang/crates.io-index" 834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "026c63fe245362be0322bfec5a9656d458d13f9cfb1785d1b38458b9968e8080" 835checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
836dependencies = [ 836dependencies = [
837 "paste-impl", 837 "paste-impl",
838 "proc-macro-hack", 838 "proc-macro-hack",
@@ -840,9 +840,9 @@ dependencies = [
840 840
841[[package]] 841[[package]]
842name = "paste-impl" 842name = "paste-impl"
843version = "0.1.17" 843version = "0.1.18"
844source = "registry+https://github.com/rust-lang/crates.io-index" 844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "7b9281a268ec213237dcd2aa3c3d0f46681b04ced37c1616fd36567a9e6954b0" 845checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
846dependencies = [ 846dependencies = [
847 "proc-macro-hack", 847 "proc-macro-hack",
848] 848]
@@ -1519,18 +1519,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1519 1519
1520[[package]] 1520[[package]]
1521name = "serde" 1521name = "serde"
1522version = "1.0.112" 1522version = "1.0.113"
1523source = "registry+https://github.com/rust-lang/crates.io-index" 1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243" 1524checksum = "6135c78461981c79497158ef777264c51d9d0f4f3fc3a4d22b915900e42dac6a"
1525dependencies = [ 1525dependencies = [
1526 "serde_derive", 1526 "serde_derive",
1527] 1527]
1528 1528
1529[[package]] 1529[[package]]
1530name = "serde_derive" 1530name = "serde_derive"
1531version = "1.0.112" 1531version = "1.0.113"
1532source = "registry+https://github.com/rust-lang/crates.io-index" 1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57" 1533checksum = "93c5eaa17d0954cb481cdcfffe9d84fcfa7a1a9f2349271e678677be4c26ae31"
1534dependencies = [ 1534dependencies = [
1535 "proc-macro2", 1535 "proc-macro2",
1536 "quote", 1536 "quote",
@@ -1550,9 +1550,9 @@ dependencies = [
1550 1550
1551[[package]] 1551[[package]]
1552name = "serde_repr" 1552name = "serde_repr"
1553version = "0.1.5" 1553version = "0.1.6"
1554source = "registry+https://github.com/rust-lang/crates.io-index" 1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" 1555checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
1556dependencies = [ 1556dependencies = [
1557 "proc-macro2", 1557 "proc-macro2",
1558 "quote", 1558 "quote",
@@ -1604,9 +1604,9 @@ checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
1604 1604
1605[[package]] 1605[[package]]
1606name = "syn" 1606name = "syn"
1607version = "1.0.31" 1607version = "1.0.32"
1608source = "registry+https://github.com/rust-lang/crates.io-index" 1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6" 1609checksum = "a994520748611c17d163e81b6c4a4b13d11b7f63884362ab2efac3aa9cf16d00"
1610dependencies = [ 1610dependencies = [
1611 "proc-macro2", 1611 "proc-macro2",
1612 "quote", 1612 "quote",
@@ -1702,6 +1702,12 @@ dependencies = [
1702] 1702]
1703 1703
1704[[package]] 1704[[package]]
1705name = "tinyvec"
1706version = "0.3.3"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
1709
1710[[package]]
1705name = "unicode-bidi" 1711name = "unicode-bidi"
1706version = "0.3.4" 1712version = "0.3.4"
1707source = "registry+https://github.com/rust-lang/crates.io-index" 1713source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1712,11 +1718,11 @@ dependencies = [
1712 1718
1713[[package]] 1719[[package]]
1714name = "unicode-normalization" 1720name = "unicode-normalization"
1715version = "0.1.12" 1721version = "0.1.13"
1716source = "registry+https://github.com/rust-lang/crates.io-index" 1722source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" 1723checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
1718dependencies = [ 1724dependencies = [
1719 "smallvec", 1725 "tinyvec",
1720] 1726]
1721 1727
1722[[package]] 1728[[package]]
diff --git a/crates/ra_proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt b/crates/ra_proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt
index bc010cfe9..e6fd21610 100644
--- a/crates/ra_proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt
+++ b/crates/ra_proc_macro_srv/src/tests/fixtures/test_serialize_proc_macro.txt
@@ -14,7 +14,7 @@ SUBTREE $
14 PUNCH , [alone] 4294967295 14 PUNCH , [alone] 4294967295
15 IDENT unused_qualifications 4294967295 15 IDENT unused_qualifications 4294967295
16 IDENT const 4294967295 16 IDENT const 4294967295
17 IDENT _IMPL_SERIALIZE_FOR_Foo 4294967295 17 IDENT _ 4294967295
18 PUNCH : [alone] 4294967295 18 PUNCH : [alone] 4294967295
19 SUBTREE () 4294967295 19 SUBTREE () 4294967295
20 PUNCH = [alone] 4294967295 20 PUNCH = [alone] 4294967295