mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Bump open from 4.1.0 to 5.0.0 (#9526)
This commit is contained in:
parent
88acc11501
commit
3699188586
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -3357,11 +3357,12 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|||
|
||||
[[package]]
|
||||
name = "open"
|
||||
version = "4.1.0"
|
||||
version = "5.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944"
|
||||
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
|
||||
dependencies = [
|
||||
"is-wsl",
|
||||
"libc",
|
||||
"pathdiff",
|
||||
]
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ num = { version = "0.4", optional = true }
|
|||
num-format = { version = "0.4" }
|
||||
num-traits = "0.2"
|
||||
once_cell = "1.18"
|
||||
open = "4.0"
|
||||
open = "5.0"
|
||||
os_pipe = "1.1"
|
||||
pathdiff = "0.2"
|
||||
percent-encoding = "2.3"
|
||||
|
|
Loading…
Reference in a new issue