Use the published versions of rocket
This commit is contained in:
parent
69e6fbb2f7
commit
beb0ae7e74
2 changed files with 10 additions and 6 deletions
|
@ -23,8 +23,8 @@ edition = "2021"
|
|||
config = "0.13"
|
||||
human-size = "0.4"
|
||||
lazy_static = "1.4"
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "v0.5.0-rc.3" }
|
||||
rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", rev = "v0.5.0-rc.3", features = ["tera"] }
|
||||
rocket = "0.5.0-rc.3"
|
||||
rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] }
|
||||
rust-s3 = { version = "0.33", default-features = false, features = ["tokio-native-tls"] }
|
||||
serde = { version = "1.0" }
|
||||
tempfile = { version = "3.6" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue