From e44e1a44cac2b777df487092db432d45a4991a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 23:05:48 +0100 Subject: [PATCH] build: bump open from 2.0.1 to 2.0.2 (#3288) Bumps [open](https://github.com/Byron/open-rs) from 2.0.1 to 2.0.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/open-v2.0.1...v2.0.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 6b160a1d..1932b545 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,9 +1108,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b46b233de7d83bc167fe43ae2dda3b5b84e80e09cceba581e4decb958a4896bf" +checksum = "176ee4b630d174d2da8241336763bb459281dddc0f4d87f72c3b1efc9a6109b7" dependencies = [ "pathdiff", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 940dc2cd..40e972ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ pest_derive = "2.1.0" regex = "1.5.4" os_info = "3.0.8" urlencoding = "2.1.0" -open = "2.0.1" +open = "2.0.2" unicode-width = "0.1.9" terminal_size = "0.1.17" quick-xml = "0.22.0"