chore(deps): upgrade to termion-3.0.0

This commit is contained in:
graelo 2024-02-24 00:31:15 +01:00
parent f60855cc64
commit 52f902b5e1
3 changed files with 161 additions and 121 deletions

View file

@ -18,7 +18,7 @@ exclude = ["/.github"]
[dependencies]
thiserror = "1"
termion = "2"
termion = "3"
regex = "1.6"
clap = { version = "4.0", features = ["derive", "wrap_help"]}
sequence_trie = "0.3.6"