diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-02 17:02:21 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-02 17:02:21 +0000 |
commit | 4e80002aceadcff666f800d8bea7bd6e3d977946 (patch) | |
tree | 0367f5495622926ace559648a00aebed14613ef6 /crates/syntax | |
parent | cb04f0c019bdd77406a7feb6ae7f4a17924d0693 (diff) | |
parent | 0403e82d91ea4d17bd6dac27b5e7eed73796ee0a (diff) |
Merge #6442
6442: Bump chalk and lexer r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[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 1e1b5eba3..61d2acb49 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.9.0" | 14 | itertools = "0.9.0" |
15 | rowan = "0.10.0" | 15 | rowan = "0.10.0" |
16 | rustc_lexer = { version = "685.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "686.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" |