aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorest31 <[email protected]>2020-04-04 12:22:06 +0100
committerest31 <[email protected]>2020-04-06 09:08:51 +0100
commit2f6914824a7f0443f51d5bba56a926363da869df (patch)
tree40b000fe6593ddb5cb24428d6c98bb2b74639b78 /Cargo.lock
parent0625c76009d394bf73eb13c3de65304ce4283a1c (diff)
Remove rustc_lexer dependency in favour of rustc-ap-rustc_lexer
The latter is auto-published on a regular schedule (Right now weekly).
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d277d6cfd..4ec50498c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1132,8 +1132,8 @@ dependencies = [
1132 "ra_parser", 1132 "ra_parser",
1133 "ra_text_edit", 1133 "ra_text_edit",
1134 "rowan", 1134 "rowan",
1135 "rustc-ap-rustc_lexer",
1135 "rustc-hash", 1136 "rustc-hash",
1136 "rustc_lexer",
1137 "serde", 1137 "serde",
1138 "smol_str", 1138 "smol_str",
1139 "stdx", 1139 "stdx",
@@ -1336,6 +1336,15 @@ dependencies = [
1336] 1336]
1337 1337
1338[[package]] 1338[[package]]
1339name = "rustc-ap-rustc_lexer"
1340version = "652.0.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "3a6a43c4d0889218c5e2ae68ffea239f303fc05ab1078c73f74e63feb87f7889"
1343dependencies = [
1344 "unicode-xid",
1345]
1346
1347[[package]]
1339name = "rustc-demangle" 1348name = "rustc-demangle"
1340version = "0.1.16" 1349version = "0.1.16"
1341source = "registry+https://github.com/rust-lang/crates.io-index" 1350source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1348,15 +1357,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1357checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1349 1358
1350[[package]] 1359[[package]]
1351name = "rustc_lexer"
1352version = "0.1.0"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
1355dependencies = [
1356 "unicode-xid",
1357]
1358
1359[[package]]
1360name = "ryu" 1360name = "ryu"
1361version = "1.0.3" 1361version = "1.0.3"
1362source = "registry+https://github.com/rust-lang/crates.io-index" 1362source = "registry+https://github.com/rust-lang/crates.io-index"