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

798
Cargo.lock generated

File diff suppressed because it is too large Load Diff

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

View File

@ -207,8 +207,8 @@ allow-git = []
[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
github = [""]
#github = [""]
# 1 or more gitlab.com organizations to allow git sources for
gitlab = [""]
#gitlab = [""]
# 1 or more bitbucket.org organizations to allow git sources for
bitbucket = [""]
#bitbucket = [""]