chore: update strum dependency

This commit is contained in:
link2xt
2025-03-17 15:06:36 +00:00
committed by l
parent fa7bf179fb
commit 94187f7ee1
3 changed files with 37 additions and 9 deletions

View File

@@ -94,8 +94,8 @@ sha-1 = "0.10"
sha2 = "0.10"
shadowsocks = { version = "1.22.0", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] }
smallvec = "1.14.0"
strum = "0.26"
strum_macros = "0.26"
strum = "0.27"
strum_macros = "0.27"
tagger = "4.3.4"
textwrap = "0.16.1"
thiserror = { workspace = true }