Compare commits

..

No commits in common. "25576463cf292cb8fb533ed607a799612285405a" and "e9ce7789d8b856033c08de2c585e5439dd15aab1" have entirely different histories.

4 changed files with 417 additions and 393 deletions

View File

@ -3,7 +3,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.4.0
hooks:
- id: check-yaml
name: Check YAML files syntax
@ -23,7 +23,7 @@ repos:
name: Ensure no trailing spaces at the end of lines
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.2
rev: v1.4.2
hooks:
- id: remove-crlf
name: Enforce LF instead of CRLF for newlines
@ -40,7 +40,7 @@ repos:
name: Check Rust code
- repo: https://github.com/fsfe/reuse-tool.git
rev: v2.1.0
rev: v1.1.2
hooks:
- id: reuse
name: Check copyright and license information

794
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"
rocket_dyn_templates = { version = "0.1.0", 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" }

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 = [""]