mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-04 19:03:38 +00:00
build(deps): update rust crate open to 5.1.4
This commit is contained in:
parent
6b6db69fb3
commit
e9faf176c6
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2001,9 +2001,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
||||
|
||||
[[package]]
|
||||
name = "open"
|
||||
version = "5.1.3"
|
||||
version = "5.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2eb49fbd5616580e9974662cb96a3463da4476e649a7e4b258df0de065db0657"
|
||||
checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388"
|
||||
dependencies = [
|
||||
"is-wsl",
|
||||
"libc",
|
||||
|
@ -58,7 +58,7 @@ log = { version = "0.4.21", features = ["std"] }
|
||||
notify-rust = { version = "4.11.0", optional = true }
|
||||
nu-ansi-term = "0.50.0"
|
||||
once_cell = "1.19.0"
|
||||
open = "5.1.3"
|
||||
open = "5.1.4"
|
||||
# update os module config and tests when upgrading os_info
|
||||
os_info = "3.8.2"
|
||||
path-slash = "0.2.1"
|
||||
|
Loading…
Reference in New Issue
Block a user