Fix all compilation issues.
This commit is contained in:
@@ -13,11 +13,11 @@ lumiere-application = { path = "../application" }
|
||||
lumiere-infrastructure = { path = "../infrastructure" }
|
||||
lumiere-exposition = { path = "../exposition" }
|
||||
|
||||
actix-web = { version = "4.13.0", features = ["rustls-0_23"] }
|
||||
diesel = { version = "2.0", features = ["sqlite"] }
|
||||
actix-web = { version = "4.14.0", features = ["rustls-0_23"] }
|
||||
diesel = { version = "2.3.11", features = ["sqlite"] }
|
||||
dotenv = "0.15.0"
|
||||
env_logger = "0.11.10"
|
||||
log = "0.4.29"
|
||||
env_logger = "0.11.11"
|
||||
log = "0.4.33"
|
||||
rusqlite = { version = "0.39.0", features = ["bundled"] }
|
||||
rustls = "0.23.37"
|
||||
rustls-pemfile = "2.2.0"
|
||||
|
||||
Reference in New Issue
Block a user