chore(cargo): update to strum 0.26

This commit is contained in:
link2xt
2024-02-12 18:54:14 +00:00
parent 9933a4268f
commit 8f88cdd826
3 changed files with 7 additions and 7 deletions

View File

@@ -85,8 +85,8 @@ serde = { version = "1.0", features = ["derive"] }
sha-1 = "0.10"
sha2 = "0.10"
smallvec = "1"
strum = "0.25"
strum_macros = "0.25"
strum = "0.26"
strum_macros = "0.26"
tagger = "4.3.4"
textwrap = "0.16.0"
thiserror = "1"