Merge pull request #1488 from sharkdp/dependabot/cargo/nu-ansi-term-0.50.0

build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0
This commit is contained in:
Thayne McCombs 2024-02-01 15:18:00 -07:00 committed by GitHub
commit e117a373a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@ -334,7 +334,7 @@ dependencies = [
"lscolors",
"nix 0.27.1",
"normpath",
"nu-ansi-term",
"nu-ansi-term 0.50.0",
"regex",
"regex-syntax",
"tempfile",
@ -486,7 +486,7 @@ version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0b209ec3976527806024406fe765474b9a1750a0ed4b8f0372364741f50e7b"
dependencies = [
"nu-ansi-term",
"nu-ansi-term 0.49.0",
]
[[package]]
@ -544,6 +544,15 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "nu-ansi-term"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "num-traits"
version = "0.2.17"

View File

@ -35,7 +35,7 @@ version_check = "0.9"
[dependencies]
aho-corasick = "1.0"
nu-ansi-term = "0.49"
nu-ansi-term = "0.50"
argmax = "0.3.1"
ignore = "0.4.22"
regex = "1.10.3"