Another fix, good commit messages here

This commit is contained in:
Benjamin Sherriff
2024-05-04 14:05:38 -04:00
parent 345dc105df
commit be39122320
3 changed files with 9 additions and 11 deletions

View File

@@ -31,10 +31,7 @@ actix-multipart = "0.6.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
jsonwebtoken = "9.3.0"
[dependencies.tokio]
version = "1.37.0"
features = ["macros", "rt-multi-thread"]
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
[dependencies.serde]
version = "1.0.197"