Unnamed repository; edit this file 'description' to name the repository.
build(deps): bump open in the rust-dependencies group (#15666)
Bumps the rust-dependencies group with 1 update: [open](https://github.com/Byron/open-rs).
Updates `open` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](https://github.com/Byron/open-rs/compare/v5.3.3...v5.3.4)
---
updated-dependencies:
- dependency-name: open
dependency-version: 5.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -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 |