mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
build(deps): update rust crate open to 5.3.1
This commit is contained in:
parent
b4bec448df
commit
8c383b4ecd
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1993,9 +1993,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "open"
|
name = "open"
|
||||||
version = "5.3.0"
|
version = "5.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
|
checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"is-wsl",
|
"is-wsl",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -56,7 +56,7 @@ log = { version = "0.4.22", features = ["std"] }
|
|||||||
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||||
notify-rust = { version = "4.11.3", optional = true }
|
notify-rust = { version = "4.11.3", optional = true }
|
||||||
nu-ansi-term = "0.50.1"
|
nu-ansi-term = "0.50.1"
|
||||||
open = "5.3.0"
|
open = "5.3.1"
|
||||||
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user