chore(deps): update termion to v3.0 (#767)

See Termion changelog at https://gitlab.redox-os.org/redox-os/termion#200-to-300-guide
This commit is contained in:
Valentin271 2024-01-08 11:38:41 +01:00 committed by GitHub
parent c50ff08a63
commit 5db895dcbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ rust-version = "1.70.0"
[dependencies]
crossterm = { version = "0.27", optional = true }
termion = { version = "2.0", optional = true }
termion = { version = "3.0", optional = true }
termwiz = { version = "0.20.0", optional = true }
serde = { version = "1", optional = true, features = ["derive"] }