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
@@ -15,13 +15,13 @@ lazy_static = "1.0"
ldap3 = "0.7.1"
migrations_internals= "1.4.0"
openssl = "0.10.22"
rocket = "=0.4.6"
rocket = "0.4.6"
rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" }
reqwest = "0.9"
scheduled-thread-pool = "0.2.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "< 1.0.70"
serde_json = "1.0.70"
tantivy = "0.13.3"
url = "2.1"
walkdir = "2.2"