From fa00d82dfd95c7eb8875b8efeb7882e2878f31ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 22:39:07 +0000 Subject: [PATCH] build(deps): update rust crate open to 4.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ad963c5..49cf57d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2058,9 +2058,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "4.0.2" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "873240a4a404d44c8cd1bf394359245d466a5695771fea15a79cafbc5e5cf4d7" +checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944" dependencies = [ "is-wsl", "pathdiff", diff --git a/Cargo.toml b/Cargo.toml index 99314cf7..7f5329f1 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.2" +open = "4.1.0" # update os module config and tests when upgrading os_info os_info = "3.7.0" path-slash = "0.2.1"