From 51e49abd68c1c5d4b626ce73948b4a1503707932 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:24:56 +0000 Subject: [PATCH] build(deps): update rust crate open to 4.0.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14097a91..dddb39bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1904,9 +1904,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "4.0.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd61e3bf9d78956c72ee864bba52431f7f43994b21a17e9e72596a81bd61075b" +checksum = "075c5203b3a2b698bc72c6c10b1f6263182135751d5013ea66e8a4b3d0562a43" dependencies = [ "pathdiff", ] diff --git a/Cargo.toml b/Cargo.toml index f9e8be76..0ca96c1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ log = { version = "0.4.17", features = ["std"] } notify-rust = { version = "4.8.0", optional = true } nu-ansi-term = "0.47.0" once_cell = "1.17.1" -open = "4.0.0" +open = "4.0.1" # update os module config and tests when upgrading os_info os_info = "3.6.0" path-slash = "0.2.1"