mirror of
https://github.com/starship/starship.git
synced 2024-11-26 02:04:12 +01:00
build(deps): update rust crate open to 4.2.0
This commit is contained in:
parent
fad16ca1b8
commit
dce46c7a68
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -2153,11 +2153,12 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "open"
|
name = "open"
|
||||||
version = "4.1.0"
|
version = "4.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944"
|
checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"is-wsl",
|
"is-wsl",
|
||||||
|
"libc",
|
||||||
"pathdiff",
|
"pathdiff",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ log = { version = "0.4.19", features = ["std"] }
|
|||||||
notify-rust = { version = "4.8.0", optional = true }
|
notify-rust = { version = "4.8.0", optional = true }
|
||||||
nu-ansi-term = "0.48.0"
|
nu-ansi-term = "0.48.0"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
open = "4.1.0"
|
open = "4.2.0"
|
||||||
# update os module config and tests when upgrading os_info
|
# update os module config and tests when upgrading os_info
|
||||||
os_info = "3.7.0"
|
os_info = "3.7.0"
|
||||||
path-slash = "0.2.1"
|
path-slash = "0.2.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user