update to rocket v5.0-rc1
... | ... | @@ -7,9 +7,8 @@ edition = "2018" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
rocket = "0.4.7" | ||
rocket_contrib = "0.4.7" | ||
rusqlite = {version = "0.21", features = ["chrono", "serde_json"]} | ||
rocket = {version = "0.5.0-rc.1", features = ["json"]} | ||
rocket_dyn_templates = {version = "0.1.0-rc.1", features =["tera"]} | ||
chrono = {version = "0.4.19", features = ["serde"]} | ||
rand = "0.8.3" | ||
tera = "1.6.1" | ||
... | ... | @@ -20,7 +19,6 @@ toml = "0.5.8" |
lazy_static = "1.4.0" | ||
domain = "0.6.1" | ||
rocksdb = "0.16.0" | ||
leveldb = "0.8.6" | ||
rust-crypto = "0.2.36" | ||
pretty_env_logger = "0.4.0" | ||
... | ... |
Please register or sign in to comment