From 860103f2882b1078c7a243f9bb5baa0c4c7a480a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:37:04 +0200 Subject: [PATCH] build: bump open from 3.0.2 to 3.0.3 (#4373) Bumps [open](https://github.com/Byron/open-rs) from 3.0.2 to 3.0.3. - [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/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 a2a163a7..02739155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1850,9 +1850,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23a407004a1033f53e93f9b45580d14de23928faad187384f891507c9b0c045" +checksum = "b4a3100141f1733ea40b53381b0ae3117330735ef22309a190ac57b9576ea716" dependencies = [ "pathdiff", "windows-sys", diff --git a/Cargo.toml b/Cargo.toml index 20155cfb..5d46a150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ log = { version = "0.4.16", features = ["std"] } notify-rust = { version = "4.5.8", optional = true } nu-ansi-term = "0.46.0" once_cell = "1.14.0" -open = "3.0.2" +open = "3.0.3" os_info = "3.5.1" path-slash = "0.2.1" pest = "2.3.1"