build(deps): update rust crate open to 5.1.2

This commit is contained in:
renovate[bot] 2024-03-07 18:10:38 +00:00
parent e8442f5d95
commit 84a745b6dd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2099,9 +2099,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "open"
version = "5.1.0"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f2588edf622de56e7a1fed57bf203344f63c03f3d43472ba0434a92373c8f27"
checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
dependencies = [
"is-wsl",
"libc",

View File

@ -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.1.0"
open = "5.1.2"
# update os module config and tests when upgrading os_info
os_info = "3.7.0"
path-slash = "0.2.1"