mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 03:29:22 +00:00
update audit.toml
This commit is contained in:
parent
980909d1f1
commit
45e4649d73
3 changed files with 239 additions and 236 deletions
3
.cargo/audit.toml
Normal file
3
.cargo/audit.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[advisories]
|
||||
# Reference: https://github.com/chronotope/chrono/issues/602
|
||||
ignore = ["RUSTSEC-2020-0071"]
|
4
.github/workflows/audit.yml
vendored
4
.github/workflows/audit.yml
vendored
|
@ -6,9 +6,9 @@ on:
|
|||
- 'docs/**'
|
||||
- 'scripts/**'
|
||||
- 'README.md'
|
||||
branches: [ "dev" ]
|
||||
branches: [ "dev", "main" ]
|
||||
pull_request:
|
||||
branches: [ "dev" ]
|
||||
branches: [ "dev", "main" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
468
Cargo.lock
generated
468
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue