Stabilize and update deps

This commit is contained in:
Matteo Settenvini 2023-11-26 19:19:28 +01:00
parent e9ce7789d8
commit 3a3cf0d7c0
Signed by: matteo
GPG key ID: 8576CC1AD97D42DF
3 changed files with 392 additions and 416 deletions

View file

@ -23,8 +23,8 @@ edition = "2021"
config = "0.13"
human-size = "0.4"
lazy_static = "1.4"
rocket = "0.5.0-rc.3"
rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] }
rocket = "0.5"
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
rust-s3 = { version = "0.33", default-features = false, features = ["tokio-native-tls"] }
serde = { version = "1.0" }
tempfile = { version = "3.6" }