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

View File

@ -24,7 +24,7 @@ rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa
rpassword = "4.0"
scheduled-thread-pool = "0.2.2"
serde = "1.0"
serde_json = "1.0"
serde_json = "< 1.0.70"
shrinkwraprs = "0.2.1"
validator = "0.8"
validator_derive = "0.8"

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"