From cff7e1c0e2dc71d98dacbd711ed16da3b1ffc21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 05:01:54 +0000 Subject: [PATCH] Bump open from 4.1.0 to 4.2.0 Bumps [open](https://github.com/Byron/open-rs) from 4.1.0 to 4.2.0. - [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/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a36cc3e..3f11966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1156,11 +1156,12 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "open" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944" +checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12" dependencies = [ "is-wsl", + "libc", "pathdiff", ] diff --git a/Cargo.toml b/Cargo.toml index c9b79e2..eda7b67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" [dependencies] console = "0.15.5" -open = "4.1.0" +open = "4.2.0" human-panic = "1.1.4" lnk = "0.5.1" fuzzy-matcher = "0.3.7"