rocket 0.5-rc2 & rust 1.64
This commit is contained in:
@@ -11,14 +11,10 @@ default = ["mastlogin"]
|
||||
mastlogin = ["reqwest"]
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "=0.5.0-rc.1", features = ["json"] }
|
||||
rocket_codegen = "=0.5.0-rc.1"
|
||||
rocket_http = "=0.5.0-rc.1"
|
||||
rocket_sync_db_pools_codegen = "=0.1.0-rc.1"
|
||||
rocket_sync_db_pools = { version = "=0.1.0-rc.1", features = ["diesel_postgres_pool"] }
|
||||
rocket = { version = "=0.5.0-rc.2", features = ["json"] }
|
||||
rocket_sync_db_pools = { version = "=0.1.0-rc.2", features = ["diesel_postgres_pool"] }
|
||||
diesel = { version = "1.4.8", features = ["postgres", "chrono"] }
|
||||
diesel_migrations = "1.4.0"
|
||||
tokio = "1.17.0"
|
||||
redis = { version="0.21.5", features = ["aio", "tokio-comp"] }
|
||||
chrono = { version="0.4.19", features = ["serde"] }
|
||||
rand = "0.8.5"
|
||||
@@ -28,5 +24,6 @@ log = "0.4.16"
|
||||
env_logger = "0.9.0"
|
||||
web-push = "0.9.2"
|
||||
url = "2.2.2"
|
||||
futures = "0.3.24"
|
||||
|
||||
reqwest = { version = "0.11.10", features = ["json"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user