From a8e7968319697d77355543215c7f2c0e94924087 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:41:21 +0000 Subject: [PATCH] build(deps): update rust crate open to 5.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc98462d9..e152d7e37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2099,9 +2099,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "5.0.2" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eedff767bc49d336bff300224f73307ae36963c843e38dc9312a22171b012cbc" +checksum = "1f2588edf622de56e7a1fed57bf203344f63c03f3d43472ba0434a92373c8f27" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 574e97fa3..4551e7ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ log = { version = "0.4.21", features = ["std"] } notify-rust = { version = "4.10.0", optional = true } nu-ansi-term = "0.50.0" once_cell = "1.19.0" -open = "5.0.2" +open = "5.1.0" # update os module config and tests when upgrading os_info os_info = "3.7.0" path-slash = "0.2.1"