mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
Migrate to cargo-vet 0.7
This commit is contained in:
parent
47cb174139
commit
4491f62132
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# cargo-vet config file
|
||||
|
||||
[cargo-vet]
|
||||
version = "0.5"
|
||||
version = "0.7"
|
||||
|
||||
[imports.bytecode-alliance]
|
||||
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
|
||||
|
|
|
@ -226,7 +226,11 @@ criteria = "safe-to-deploy"
|
|||
delta = "0.42.0 -> 0.42.1"
|
||||
notes = "This is a Windows API bindings library maintained by Microsoft themselves. The diff is just adding license files."
|
||||
|
||||
[audits.embark-studios.audits]
|
||||
[[audits.embark-studios.audits.epaint]]
|
||||
who = "Johan Andersson <opensource@embark-studios.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
violation = "<0.20.0"
|
||||
notes = "Specified crate license does not include licenses of embedded fonts if using default features or the `default_fonts` feature. Tracked in: https://github.com/emilk/egui/issues/2321"
|
||||
|
||||
[[audits.isrg.audits.block-buffer]]
|
||||
who = "David Cook <dcook@divviup.org>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue