aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-02-21 17:34:54 +0000
committerGitHub <[email protected]>2021-02-21 17:34:54 +0000
commit14de9e54a6d9ef070399b34a11634294a8cc3ca5 (patch)
tree2fcc4a63edebc2d9055b3a614575d8578d38f33d /crates/syntax/Cargo.toml
parent238f3a51733afc564215d14d3366d2cbc4b7a64a (diff)
parent6c0f7a2f56016b2ded22460806d13026e9489a69 (diff)
Merge #7739
7739: Bump deps r=lnicola a=lnicola Closes #7273 bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'crates/syntax/Cargo.toml')
-rw-r--r--crates/syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index e3ef71650..e41171b57 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 = "705.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "707.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"