mirror of https://github.com/zyllian/classics.git synced 2025-05-13 17:30:54 -07:00

update dependencies

This commit is contained in:
zyl 2025-01-16 19:12:32 -08:00
parent b146afa72e
commit ff09a06b16
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
5 changed files with 182 additions and 251 deletions

View file

@ -18,5 +18,5 @@ safer-bytes = "0.2"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
strum = {version = "0.26", features = ["derive"]}
thiserror = "1"
thiserror = "2"
tokio = {version = "1", features = ["full"]}