Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/Cargo.toml')
| -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 1d1ca66ee6..66c9333e19 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -29,7 +29,7 @@ profile = { path = "../profile", version = "0.0.0" } rayon = "1.5.3" expect-test = "1.3.0" proc-macro2 = "1.0.39" -quote = "1.0.18" +quote = "1.0.20" ungrammar = "1.16.1" test-utils = { path = "../test-utils" } |