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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user