build(deps): update rust crate open to v5 (#5276)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad22e3e93c
commit
a8cdd4ca2c
|
@ -2191,9 +2191,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|||
|
||||
[[package]]
|
||||
name = "open"
|
||||
version = "4.2.0"
|
||||
version = "5.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12"
|
||||
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
|
||||
dependencies = [
|
||||
"is-wsl",
|
||||
"libc",
|
||||
|
|
|
@ -58,7 +58,7 @@ log = { version = "0.4.19", features = ["std"] }
|
|||
notify-rust = { version = "4.8.0", optional = true }
|
||||
nu-ansi-term = "0.48.0"
|
||||
once_cell = "1.18.0"
|
||||
open = "4.2.0"
|
||||
open = "5.0.0"
|
||||
# update os module config and tests when upgrading os_info
|
||||
os_info = "3.7.0"
|
||||
path-slash = "0.2.1"
|
||||
|
|
Loading…
Reference in New Issue