From ba8f17edc2c860a183f3fdc02d6056568c0c8e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:57:21 +0000 Subject: [PATCH] build(deps): bump open from 2.1.2 to 4.0.1 Bumps [open](https://github.com/Byron/open-rs) from 2.1.2 to 4.0.1. - [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/v2.1.2...v4.0.1) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9c7db6..d1b8064 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,12 +424,11 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "open" -version = "2.1.2" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0524af9508f9b5c4eb41dce095860456727748f63b478d625f119a70e0d764a" +checksum = "075c5203b3a2b698bc72c6c10b1f6263182135751d5013ea66e8a4b3d0562a43" dependencies = [ "pathdiff", - "winapi", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8c3c22f..86f1044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ flexi_logger = {version = "0.22", features = ["use_chrono_for_offset"]} git-url-parse = "0.4" git2 = "0.14" log = "0.4" -open = "2.1" +open = "4.0" structopt = "0.3" thiserror = "1.0"