Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/Cargo.toml')
| -rw-r--r-- | crates/parser/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 0a5f923305..8105b536b7 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -10,11 +10,10 @@ rust-version = "1.57" doctest = false [dependencies] -drop_bomb = "0.1.4" +drop_bomb = "0.1.5" rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" } limit = { path = "../limit", version = "0.0.0" } [dev-dependencies] -expect-test = "1.2" +expect-test = "1.2.2" sourcegen = { path = "../sourcegen" } - |