Update dependencies
This commit is contained in:
25
Cargo.toml
25
Cargo.toml
@ -19,24 +19,7 @@ duplicate = "0.2"
|
||||
handlebars = "3"
|
||||
http = "0.2"
|
||||
ron = "0.6.4"
|
||||
|
||||
[dependencies.rocket]
|
||||
#version = "0.4"
|
||||
git = "https://github.com/SergioBenitez/Rocket"
|
||||
branch = "master"
|
||||
features = ["secrets"]
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
#version = "0.4"
|
||||
git = "https://github.com/SergioBenitez/Rocket"
|
||||
branch = "master"
|
||||
features = ["handlebars_templates", "uuid"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1"
|
||||
features = ["fs"]
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.11"
|
||||
default-features = false
|
||||
features = ["rustls-tls"]
|
||||
rocket = { version = "0.5", features = ["secrets"] }
|
||||
rocket_dyn_templates = { version = "0.1.0", features = ["handlebars"] }
|
||||
tokio = { version = "1", features = ["fs"] }
|
||||
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
|
||||
|
||||
Reference in New Issue
Block a user