cargo: update strum to 0.22

This commit is contained in:
link2xt
2021-10-12 21:12:46 +00:00
parent dbd8814d2c
commit 6061d71492
3 changed files with 9 additions and 10 deletions

View File

@@ -66,8 +66,8 @@ sha-1 = "0.9"
sha2 = "0.9"
smallvec = "1"
stop-token = "0.4"
strum = "0.21"
strum_macros = "0.21"
strum = "0.22"
strum_macros = "0.22"
surf = { version = "2.3", default-features = false, features = ["h1-client"] }
thiserror = "1"
toml = "0.5"