Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/Cargo.toml')
| -rw-r--r-- | crates/ide/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 1df2942bdc..cd11b2801d 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -11,15 +11,15 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -crossbeam-channel = "0.5.0" -either = "1.5.3" -itertools = "0.10.0" -tracing = "0.1" +crossbeam-channel = "0.5.4" +either = "1.6.1" +itertools = "0.10.3" +tracing = "0.1.32" rustc-hash = "1.1.0" -oorandom = "11.1.2" -pulldown-cmark-to-cmark = "10.0.0" -pulldown-cmark = { version = "0.9", default-features = false } -url = "2.1.1" +oorandom = "11.1.3" +pulldown-cmark-to-cmark = "10.0.1" +pulldown-cmark = { version = "0.9.1", default-features = false } +url = "2.2.2" dot = "0.1.4" stdx = { path = "../stdx", version = "0.0.0" } @@ -39,4 +39,4 @@ hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] test_utils = { path = "../test_utils" } -expect-test = "1.2.0-pre.1" +expect-test = "1.2.2" |