fix(deps): update rust crate termion to v3

This commit is contained in:
renovate[bot] 2024-01-06 01:48:59 +00:00 committed by GitHub
parent 4ed161ab0b
commit 06272f30c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = "2.0.3"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4648c7def6f2043b2568617b9f9b75eae88ca185dbc1f1fda30e95a85d49d7d"
checksum = "417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5"
dependencies = [
"libc",
"libredox",

View File

@ -7,5 +7,5 @@ license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.78"
termion = "2.0.3"
termion = "3.0.0"
unicode-segmentation = "1.10.1"