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 ee241c26..2bad11b8 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -58,8 +58,8 @@ pulldown-cmark = { version = "0.11", default-features = false } content_inspector = "0.2.4" # opening URLs -open = "5.1.3" -url = "2.5.0" +open = "5.1.4" +url = "2.5.1" # config toml = "0.8" |