fix(deps): update rust crate termion to v4

This commit is contained in:
renovate[bot] 2024-05-06 21:31:38 +00:00 committed by GitHub
parent 8954fcb940
commit bb23a243e3
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

@ -60,9 +60,9 @@ checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
[[package]]
name = "termion"
version = "3.0.0"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5"
checksum = "7af3fa9183465b9af93355585a6b1e24cc2ff25938b52aa6956f647b6490257a"
dependencies = [
"libc",
"libredox",

View File

@ -7,5 +7,5 @@ license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.82"
termion = "3.0.0"
termion = "4.0.0"
unicode-segmentation = "1.11.0"