Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/Cargo.toml')
| -rw-r--r-- | crates/ide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 15ad6bd1fe..389559d5d2 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -18,7 +18,7 @@ tracing = "0.1.35" oorandom = "11.1.3" pulldown-cmark-to-cmark = "10.0.1" pulldown-cmark = { version = "0.9.1", default-features = false } -url = "2.2.2" +url = "2.3.1" dot = "0.1.4" stdx = { path = "../stdx", version = "0.0.0" } |