Stick serde_json to < 1.0.70

This commit is contained in:
Kitaiti Makoto
2021-11-26 07:39:38 +09:00
parent 82ebdc023c
commit c6111fcd28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ rocket = "=0.4.6"
reqwest = { version = "0.9", features = ["socks"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_json = "< 1.0.70"
shrinkwraprs = "0.3.0"
syntect = "4.5.0"
tokio = "0.1.22"