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 127eaa519b..1d1ca66ee6 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -13,12 +13,12 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" itertools = "0.10.3" -rowan = "0.15.4" +rowan = "0.15.5" rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" -once_cell = "1.10.0" -indexmap = "1.8.0" -smol_str = "0.1.21" +once_cell = "1.12.0" +indexmap = "1.8.2" +smol_str = "0.1.23" stdx = { path = "../stdx", version = "0.0.0" } text-edit = { path = "../text-edit", 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.5.1" -expect-test = "1.2.2" -proc-macro2 = "1.0.36" -quote = "1.0.16" +rayon = "1.5.3" +expect-test = "1.3.0" +proc-macro2 = "1.0.39" +quote = "1.0.18" ungrammar = "1.16.1" test-utils = { path = "../test-utils" } |