Pull rust-terminfo-fix for rio terminal

https://github.com/meh/rust-terminfo/pull/42
This commit is contained in:
Johannes Altmanninger 2024-04-02 08:01:07 +02:00
parent a216b3cf6a
commit 4149a37f1c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -505,7 +505,7 @@ dependencies = [
[[package]]
name = "terminfo"
version = "0.8.0"
source = "git+https://github.com/meh/rust-terminfo?rev=870327dd79beaecf50db09a15931d5ee1de2a24d#870327dd79beaecf50db09a15931d5ee1de2a24d"
source = "git+https://github.com/meh/rust-terminfo?rev=7259f5aa5786a9d396162da0d993e268f6163fb2#7259f5aa5786a9d396162da0d993e268f6163fb2"
dependencies = [
"fnv",
"nom",

View File

@ -37,7 +37,7 @@ num-traits = "0.2.15"
once_cell = "1.17.0"
rand = { version = "0.8.5", features = ["small_rng"] }
widestring = "1.0.2"
terminfo = { git = "https://github.com/meh/rust-terminfo", rev = "870327dd79beaecf50db09a15931d5ee1de2a24d" }
terminfo = { git = "https://github.com/meh/rust-terminfo", rev = "7259f5aa5786a9d396162da0d993e268f6163fb2" }
[dev-dependencies]
rand_pcg = "0.3.1"