chore: sort dependencies in Cargo.toml (#1662)

This commit is contained in:
Caleb Cox 2025-02-09 10:26:57 -06:00 committed by GitHub
parent 7eab88fe9a
commit f05feac337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,10 +46,10 @@ rstest = "0.24.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
strum = { version = "0.26.3", features = ["derive"] }
termion = "4.0.0"
termwiz = { version = "0.22.0" }
unicode-segmentation = "1.12.0"
# See <https://github.com/ratatui/ratatui/issues/1271> for information about why we pin unicode-width
termion = "4.0.0"
unicode-width = "=0.2.0"
# Improve benchmark consistency