aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--crates/syntax/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 50c9d36ba..4ae16c726 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1377,9 +1377,9 @@ dependencies = [
1377 1377
1378[[package]] 1378[[package]]
1379name = "rustc-ap-rustc_lexer" 1379name = "rustc-ap-rustc_lexer"
1380version = "701.0.0" 1380version = "702.0.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index" 1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "3601c20fc378d11e965fb1f670cf8bad1ef5164fe4ec8cbb7c57fa9d656f2541" 1382checksum = "47cfdb02425aed8c56f85692975d262cb438ea0388e0c8cd254e73bd22bb6539"
1383dependencies = [ 1383dependencies = [
1384 "unicode-xid", 1384 "unicode-xid",
1385] 1385]
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index de65585cb..aa6f6e0b6 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
13[dependencies] 13[dependencies]
14itertools = "0.10.0" 14itertools = "0.10.0"
15rowan = "0.12.2" 15rowan = "0.12.2"
16rustc_lexer = { version = "701.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "702.0.0", package = "rustc-ap-rustc_lexer" }
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18arrayvec = "0.5.1" 18arrayvec = "0.5.1"
19once_cell = "1.3.1" 19once_cell = "1.3.1"