mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +00:00
build(deps): update rust crate nu-ansi-term to 0.49.0
This commit is contained in:
parent
b4ff6d2cac
commit
6080a08458
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2110,9 +2110,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nu-ansi-term"
|
name = "nu-ansi-term"
|
||||||
version = "0.48.0"
|
version = "0.49.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "db8e83967c32f9210ce85ac7e9c4b731048c1f51c4262e08bad01af30097a424"
|
checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-sys",
|
"windows-sys",
|
||||||
]
|
]
|
||||||
|
@ -56,7 +56,7 @@ log = { version = "0.4.19", features = ["std"] }
|
|||||||
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
||||||
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||||
notify-rust = { version = "4.8.0", optional = true }
|
notify-rust = { version = "4.8.0", optional = true }
|
||||||
nu-ansi-term = "0.48.0"
|
nu-ansi-term = "0.49.0"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
open = "5.0.0"
|
open = "5.0.0"
|
||||||
# update os module config and tests when upgrading os_info
|
# update os module config and tests when upgrading os_info
|
||||||
|
Loading…
Reference in New Issue
Block a user