Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/Cargo.toml')
| -rw-r--r-- | crates/ide/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index c5e79838fc..ae1109a63d 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -16,8 +16,8 @@ itertools = "0.10.0" tracing = "0.1" rustc-hash = "1.1.0" oorandom = "11.1.2" -pulldown-cmark-to-cmark = "7.1" -pulldown-cmark = { version = "0.8.0", default-features = false } +pulldown-cmark-to-cmark = "9.0" +pulldown-cmark = { version = "0.9", default-features = false } url = "2.1.1" dot = "0.1.4" |