Specify Rocket and serde_json version loosely

This commit is contained in:
Kitaiti Makoto
2021-11-28 07:52:37 +09:00
parent 09b9a37720
commit 89c185f819
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ heck = "0.3.0"
hex = "0.3"
hyper = "0.12.33"
openssl = "0.10.22"
rocket = "=0.4.6"
rocket = "0.4.6"
reqwest = { version = "0.9", features = ["socks"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "< 1.0.70"
serde_json = "1.0.70"
shrinkwraprs = "0.3.0"
syntect = "4.5.0"
tokio = "0.1.22"