summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-28 06:52:16 +0000
committerGitHub <noreply@github.com>2024-02-28 06:52:16 +0000
commit9a06fc770870d27826052c5352e4573f85362826 (patch)
tree4bb5136e8b4b7f002f534377a6369bd7c58584c1
parent28eb8c8e115170feda5d7fd2726b93896a67610e (diff)
build(deps): update rust crate open to 5.0.2
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db0f3f62d..be5012490 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2099,9 +2099,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "open"
-version = "5.0.1"
+version = "5.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349"
+checksum = "eedff767bc49d336bff300224f73307ae36963c843e38dc9312a22171b012cbc"
dependencies = [
"is-wsl",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 489470223..6b7b5a8f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@ log = { version = "0.4.20", features = ["std"] }
notify-rust = { version = "4.10.0", optional = true }
nu-ansi-term = "0.50.0"
once_cell = "1.19.0"
-open = "5.0.1"
+open = "5.0.2"
# update os module config and tests when upgrading os_info
os_info = "3.7.0"
path-slash = "0.2.1"