Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/Cargo.toml')
| -rw-r--r-- | crates/syntax/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index d8f8290745..4a454cb8b7 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -12,12 +12,12 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -itertools = "0.10.0" -rowan = "0.15.0" +itertools = "0.10.3" +rowan = "0.15.4" rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" -once_cell = "1.3.1" -indexmap = "1.7.0" +once_cell = "1.10.0" +indexmap = "1.8.0" smol_str = "0.1.21" stdx = { path = "../stdx", version = "0.0.0" } @@ -26,10 +26,10 @@ parser = { path = "../parser", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } [dev-dependencies] -rayon = "1" -expect-test = "1.2.0-pre.1" -proc-macro2 = "1.0.8" -quote = "1.0.2" +rayon = "1.5.1" +expect-test = "1.2.2" +proc-macro2 = "1.0.36" +quote = "1.0.16" ungrammar = "=1.16.1" test_utils = { path = "../test_utils" } |