Bump dependencies (#2378)

* Upgrade to Kemal v1.1.0

* Bump postgres driver
This commit is contained in:
syeopite
2021-09-10 07:42:15 +00:00
committed by GitHub
parent 8d5a867271
commit a539de4f97
3 changed files with 11 additions and 6 deletions

View File

@@ -1550,4 +1550,5 @@ add_context_storage_type(User)
Kemal.config.logger = LOGGER
Kemal.config.host_binding = Kemal.config.host_binding != "0.0.0.0" ? Kemal.config.host_binding : CONFIG.host_binding
Kemal.config.port = Kemal.config.port != 3000 ? Kemal.config.port : CONFIG.port
Kemal.config.app_name = "Invidious"
Kemal.run