From e0009eb58d6475844d7dc7cc7156ef4acb16c61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:57:26 +0000 Subject: [PATCH] build(deps): bump open from 2.1.2 to 3.4.0 Bumps [open](https://github.com/Byron/open-rs) from 2.1.2 to 3.4.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/v2.1.2...v3.4.0) --- 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..885b8ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,12 +424,11 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "open" -version = "2.1.2" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0524af9508f9b5c4eb41dce095860456727748f63b478d625f119a70e0d764a" +checksum = "21ecf2487e799604735754d2c5896106785987b441b5aee58f242e4d4963179a" dependencies = [ "pathdiff", - "winapi", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8c3c22f..918e7ee 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 = "3.4" structopt = "0.3" thiserror = "1.0"