Compare commits

..

2 Commits

Author SHA1 Message Date
Matteo Settenvini 25576463cf
Update pre-commit deps 2023-11-26 19:20:46 +01:00
Matteo Settenvini 3a3cf0d7c0
Stabilize and update deps 2023-11-26 19:19:28 +01:00
4 changed files with 395 additions and 419 deletions

View File

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

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" config = "0.13"
human-size = "0.4" human-size = "0.4"
lazy_static = "1.4" lazy_static = "1.4"
rocket = "0.5.0-rc.3" rocket = "0.5"
rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] } rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
rust-s3 = { version = "0.33", default-features = false, features = ["tokio-native-tls"] } rust-s3 = { version = "0.33", default-features = false, features = ["tokio-native-tls"] }
serde = { version = "1.0" } serde = { version = "1.0" }
tempfile = { version = "3.6" } tempfile = { version = "3.6" }

View File

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