From e9faf176c662df61a0438c75620cdecade82675a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:15:56 +0000 Subject: [PATCH] build(deps): update rust crate open to 5.1.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 136cfdf4..5c478700 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2001,9 +2001,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "open" -version = "5.1.3" +version = "5.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb49fbd5616580e9974662cb96a3463da4476e649a7e4b258df0de065db0657" +checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 910c58f4..413eace6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ log = { version = "0.4.21", features = ["std"] } notify-rust = { version = "4.11.0", optional = true } nu-ansi-term = "0.50.0" once_cell = "1.19.0" -open = "5.1.3" +open = "5.1.4" # update os module config and tests when upgrading os_info os_info = "3.8.2" path-slash = "0.2.1"