Merge pull request 'Stick serde_json to < 1.0.70' (#958) from stick-serde_json into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/958
This commit is contained in:
KitaitiMakoto 2021-11-25 23:35:31 +00:00
commit cd81f042b9
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"