Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/mbe/Cargo.toml')
| -rw-r--r-- | crates/mbe/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml index c29c570bf5..1453ec4c69 100644 --- a/crates/mbe/Cargo.toml +++ b/crates/mbe/Cargo.toml @@ -12,8 +12,8 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" rustc-hash = "1.1.0" -smallvec = "1.2.0" -tracing = "0.1" +smallvec = "1.8.0" +tracing = "0.1.32" syntax = { path = "../syntax", version = "0.0.0" } parser = { path = "../parser", version = "0.0.0" } |