diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-21 17:34:54 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-21 17:34:54 +0000 |
commit | 14de9e54a6d9ef070399b34a11634294a8cc3ca5 (patch) | |
tree | 2fcc4a63edebc2d9055b3a614575d8578d38f33d /crates/syntax | |
parent | 238f3a51733afc564215d14d3366d2cbc4b7a64a (diff) | |
parent | 6c0f7a2f56016b2ded22460806d13026e9489a69 (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')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
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] |
14 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.12.2" | 15 | rowan = "0.12.2" |
16 | rustc_lexer = { version = "705.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "707.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |
19 | once_cell = "1.3.1" | 19 | once_cell = "1.3.1" |