dep: 📦 Update Serde

This commit is contained in:
Dominic Harris 2022-03-20 21:09:56 -04:00 committed by ThatOneCalculator
parent 1c92c9104d
commit ec20eb89e3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
actix-rt = "2.6.0"