Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/Cargo.toml')
| -rw-r--r-- | helix-term/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 57fbeb72..030bf090 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -81,7 +81,7 @@ content_inspector = "0.2.4" thiserror.workspace = true # opening URLs -open = "5.3.4" +open = "5.3.5" url = "2.5.4" # config @@ -90,7 +90,7 @@ toml.workspace = true serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -dashmap = "6.0" +dashmap = "6.2" parking_lot.workspace = true |