Use the published versions of rocket

This commit is contained in:
Matteo Settenvini 2023-08-28 18:29:19 +02:00
parent 69e6fbb2f7
commit beb0ae7e74
Signed by: matteo
GPG key ID: 8576CC1AD97D42DF
2 changed files with 10 additions and 6 deletions

View file

@ -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" }