rocket 0.5.0, rocket_cors 0.6.0

This commit is contained in:
Philippe Loctaux 2023-11-20 23:00:59 +01:00
parent 580c212e7d
commit 3aa1e9546d
2 changed files with 18 additions and 18 deletions

View file

@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2021"
[dependencies]
rocket = { version = "=0.5.0-rc.4", features = ["json"] }
rocket_db_pools = { version = "=0.1.0-rc.4", features = ["sqlx_sqlite"] }
rocket_dyn_templates = { version = "=0.1.0-rc.4", features = ["tera"] }
rocket = { version = "0.5.0", features = ["json"] }
rocket_db_pools = { version = "0.1.0", features = ["sqlx_sqlite"] }
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
infer = { version = "0.13", default-features = false }
erased-serde = "0.3"
url = { workspace = true }
futures = "0.3"
base64 = "0.21.0"
rocket_cors = "0.6.0-alpha3"
rocket_cors = "0.6.0"
email_address = { workspace = true }
chrono-tz = "0.8.2"
chrono-humanize = "0.2.2"