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
@@ -14,7 +14,7 @@ heck = "0.3.0"
hex = "0.3"
hyper = "0.12.33"
openssl = "0.10.22"
rocket = "0.4.0"
rocket = "0.4.5"
reqwest = "0.9"
serde = "1.0"
serde_derive = "1.0"