1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-12 14:17:45 +00:00

build(deps): update rust crate open to 5.1.3

This commit is contained in:
renovate[bot] 2024-05-17 01:21:41 +00:00 committed by GitHub
parent 49300b6578
commit 0f13ff2906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2054,9 +2054,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]] [[package]]
name = "open" name = "open"
version = "5.1.2" version = "5.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32" checksum = "2eb49fbd5616580e9974662cb96a3463da4476e649a7e4b258df0de065db0657"
dependencies = [ dependencies = [
"is-wsl", "is-wsl",
"libc", "libc",

View File

@ -58,7 +58,7 @@ log = { version = "0.4.21", features = ["std"] }
notify-rust = { version = "4.11.0", optional = true } notify-rust = { version = "4.11.0", optional = true }
nu-ansi-term = "0.50.0" nu-ansi-term = "0.50.0"
once_cell = "1.19.0" once_cell = "1.19.0"
open = "5.1.2" open = "5.1.3"
# update os module config and tests when upgrading os_info # update os module config and tests when upgrading os_info
os_info = "3.8.2" os_info = "3.8.2"
path-slash = "0.2.1" path-slash = "0.2.1"