Skip to content

Commit

Permalink
Updated Rust and crates
Browse files Browse the repository at this point in the history
- Updated Rust to v1.67.0
- Updated all crates except for `cookies` and `webauthn`
  • Loading branch information
BlackDex committed Feb 10, 2023
1 parent 9366e31 commit bb4fcd5
Show file tree
Hide file tree
Showing 21 changed files with 180 additions and 148 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
@@ -1,16 +1,20 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: check-json
- id: check-toml
- id: mixed-line-ending
args: ["--fix=no"]
- id: end-of-file-fixer
exclude: "(.*js$|.*css$)"
- id: check-case-conflict
- id: check-merge-conflict
- id: detect-private-key
- id: check-symlinks
- id: forbid-submodules
- repo: local
hooks:
- id: fmt
Expand All @@ -36,5 +40,5 @@ repos:
language: system
args: ["--features", "sqlite,mysql,postgresql,enable_mimalloc", "--", "-D", "warnings"]
types_or: [rust, file]
files: (Cargo.toml|Cargo.lock|rust-toolchain|.*\.rs$)
files: (Cargo.toml|Cargo.lock|rust-toolchain|clippy.toml|.*\.rs$)
pass_filenames: false

0 comments on commit bb4fcd5

Please sign in to comment.