From c378d1dad8ea229f69d753d64a54fd48f92d9387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:16:29 +0000 Subject: [PATCH] build(deps): update rust crate open to 5.3.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e222636..8c54843e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2019,9 +2019,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "open" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d2c909a3fce3bd80efef4cd1c6c056bd9376a8fe06fcfdbebaf32cb485a7e37" +checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3" dependencies = [ "is-wsl", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6edb5e2a..f02695f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ log = { version = "0.4.22", features = ["std"] } notify-rust = { version = "4.11.0", optional = true } nu-ansi-term = "0.50.0" once_cell = "1.19.0" -open = "5.2.0" +open = "5.3.0" # update os module config and tests when upgrading os_info os_info = "3.8.2" path-slash = "0.2.1"