diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0ffe38d..241479a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -20,3 +20,11 @@ args: ["--", "-D", "warnings"] types: [rust] pass_filenames: false +- id: update + name: update + description: updates cargo packages and lock file + entry: cargo update + language: system + types: [rust] + pass_filenames: false +