From c7c64e3be235f4f64ad832e02ca19daa2bd48888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 22:52:07 +0200 Subject: [PATCH] build: bump open from 2.1.1 to 2.1.2 (#3946) Bumps [open](https://github.com/Byron/open-rs) from 2.1.1 to 2.1.2. - [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.1...v2.1.2) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dbfa408..7a7fbfeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1204,9 +1204,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9213e7b66aa06a7722828ee2980c1adff22a3922b582baaa1e62e30ca2a6c018" +checksum = "e0524af9508f9b5c4eb41dce095860456727748f63b478d625f119a70e0d764a" dependencies = [ "pathdiff", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 014debf3..5e2877e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ log = { version = "0.4.16", features = ["std"] } # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.5.8", optional = true } once_cell = "1.10.0" -open = "2.1.1" +open = "2.1.2" os_info = "3.2.0" path-slash = "0.1.4" pest = "2.1.3"