Pin serde so it can build without the binary nonsense

This commit is contained in:
Xyon 2023-08-23 19:04:05 +01:00
parent c255e5b2f3
commit 99cf6372a4
Signed by: xyon
GPG Key ID: DD18155D6B18078D
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ r2d2 = "0.8.9"
rand = "0.8.5" rand = "0.8.5"
regex = "1.5.4" regex = "1.5.4"
reqwest = "0.11.9" reqwest = "0.11.9"
serde = "1.0.136" serde = "=1.0.171"
serde_json = "1.0.79" serde_json = "1.0.105"
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] } tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }