1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 11:00:47 +00:00

build(deps): update rust crate open to 3.4.0

This commit is contained in:
renovate[bot] 2023-03-06 14:42:42 +00:00 committed by GitHub
parent 5207f52a43
commit 873633b75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1899,12 +1899,11 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "open"
version = "3.2.0"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
checksum = "21ecf2487e799604735754d2c5896106785987b441b5aee58f242e4d4963179a"
dependencies = [
"pathdiff",
"windows-sys 0.42.0",
]
[[package]]

View File

@ -58,7 +58,7 @@ log = { version = "0.4.17", features = ["std"] }
notify-rust = { version = "4.8.0", optional = true }
nu-ansi-term = "0.46.0"
once_cell = "1.17.1"
open = "3.2.0"
open = "3.4.0"
# update os module config and tests when upgrading os_info
os_info = "3.6.0"
path-slash = "0.2.1"