Update RLS and Rustfmt

This commit is contained in:
Caleb Cartwright 2020-09-05 14:03:27 -05:00
parent 7d289aeade
commit 1ceb82488f
4 changed files with 62 additions and 59 deletions

@ -1 +1 @@
Subproject commit 48ef96dd00b90d950a122ca180923aba77efaf74
Subproject commit db6a9e01aa3453b64c05707e99e97045f9712957

View file

@ -69,7 +69,7 @@ serde = { version = "1.0.82", features = ['derive'] }
serde_json = { version = "1.0.31", features = ["raw_value"] }
smallvec-0_6 = { package = "smallvec", version = "0.6", features = ['union', 'may_dangle'] }
smallvec = { version = "1.0", features = ['union', 'may_dangle'] }
syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit'] }
syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'visit-mut'] }
url = { version = "2.0", features = ['serde'] }
[target.'cfg(not(windows))'.dependencies]

@ -1 +1 @@
Subproject commit 48f6c32ec1dd370f3157a27b48a000fd8c1185af
Subproject commit 01f2eadccc74cf70eb11e6300ffa7e02b18b0027