Pin serde so it can build without the binary nonsense
This commit is contained in:
parent
c255e5b2f3
commit
99cf6372a4
|
|
@ -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"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue