Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | helix-term/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2157,9 +2157,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "open" -version = "5.3.3" +version = "5.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" +checksum = "9f3bab717c29a857abf75fcef718d441ec7cb2725f937343c734740a985d37fd" dependencies = [ "is-wsl", "libc", diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index f34fef4d..037e7dd6 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.3" +open = "5.3.4" url = "2.5.4" # config |