upgrade rocket* to the latest stable

before we embark on upgrading to async, and all the refactoring that
this will bring on us (see #797 & #799), we should keep our `main`
branch as stable and current as possible.
Let's start by upgrading rocket and its dependencies.
This commit is contained in:
Mina Galić
2020-07-17 09:38:55 +02:00
parent f9beb2383b
commit a107d35492
4 changed files with 1040 additions and 801 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ itertools = "0.8.0"
lazy_static = "1.0"
migrations_internals= "1.4.0"
openssl = "0.10.22"
rocket = "0.4.0"
rocket = "0.4.5"
rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" }
reqwest = "0.9"
scheduled-thread-pool = "0.2.2"