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