diff options
author | kjeremy <[email protected]> | 2020-12-30 15:39:50 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-12-30 15:39:50 +0000 |
commit | dc1396eec76ef5766f25a483edc1870f50af0aa0 (patch) | |
tree | e32d25f64f163c9bba7005ab3d49c2244575468e /crates/syntax | |
parent | ca76a77791d2933770ecf9479eea407bfe5a9946 (diff) |
Update crates
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 21015591c..5d8389ade 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -11,7 +11,7 @@ edition = "2018" | |||
11 | doctest = false | 11 | doctest = false |
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.9.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.10.0" | 15 | rowan = "0.10.0" |
16 | rustc_lexer = { version = "695.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "695.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |