We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3897c commit ddeba03Copy full SHA for ddeba03
1 file changed
.pre-commit-config.yaml
@@ -15,8 +15,7 @@ repos:
15
- id: detect-private-key
16
17
- repo: https://github.com/EmbarkStudios/cargo-deny
18
- # Failing to compile cargo-deny with version >0.18.3, needs rust 1.88.0
19
- rev: baa02b0a0c54e0578aae6bb7c7181ad00dc290af # 0.18.3
+ rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9
20
hooks:
21
- id: cargo-deny
22
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]
0 commit comments