From 38fce2e6b0c2535aa46f9c4ffbd199c2f461480d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 07:37:14 +0100 Subject: [PATCH] build: bump open from 2.0.3 to 2.1.0 (#3640) Bumps [open](https://github.com/Byron/open-rs) from 2.0.3 to 2.1.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.0.3...v2.1.0) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca2fa0fe..1e6564cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1077,9 +1077,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "open" -version = "2.0.3" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b1e014096a08da72e3287119e0c69a8f6fce61a031a55b1ce2607fe9c2b5a67" +checksum = "5a82915836ef43159bb6a3c64d884c42329ccd0b8afdca737cf1e3dd701709dc" dependencies = [ "pathdiff", "winapi", diff --git a/Cargo.toml b/Cargo.toml index e17b51fd..d9a20de5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ local_ipaddress = "0.1.3" log = { version = "0.4.14", features = ["std"] } notify-rust = "4.5.6" once_cell = "1.9.0" -open = "2.0.3" +open = "2.1.0" os_info = "3.2.0" path-slash = "0.1.4" pest = "2.1.3"