chore: Update from '_rust/main'

This commit is contained in:
Ed Page 2023-12-04 11:01:03 -06:00
commit 690858606a
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
{
commitMessageTopic: 'MSRV',
matchManagers: [
'regex',
'custom.regex',
],
matchPackageNames: [
'rust',

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
stages: [commit]
@ -13,7 +13,7 @@ repos:
- id: detect-private-key
stages: [commit]
- repo: https://github.com/crate-ci/typos
rev: v1.16.3
rev: v1.16.20
hooks:
- id: typos
stages: [commit]