From de1d6e3183fdd69af89a7e42bd5d4fd269580733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:01:18 +0000 Subject: [PATCH] build(deps): update rust crate open to 5.0.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40de7d58..d64a7d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,9 +2036,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "open" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8" +checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index da7bce1f..5b13c3e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ log = { version = "0.4.20", features = ["std"] } notify-rust = { version = "4.10.0", optional = true } nu-ansi-term = "0.49.0" once_cell = "1.18.0" -open = "5.0.0" +open = "5.0.1" # update os module config and tests when upgrading os_info os_info = "3.7.0" path-slash = "0.2.1"