CVE: RUSTSEC-2018-0017: use tempfile instead of tempdir
This commit is contained in:
parent
161f4f1b1d
commit
ad43eb9a13
8 changed files with 447 additions and 174 deletions
|
@ -44,3 +44,12 @@ repos:
|
|||
hooks:
|
||||
- id: reuse
|
||||
name: Check copyright and license information
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: cargo-deny
|
||||
name: Run cargo deny to check dependencies
|
||||
language: system
|
||||
entry: cargo-deny
|
||||
args: ['check']
|
||||
pass_filenames: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue