mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: update supply chain
This commit is contained in:
parent
97c7beda54
commit
d49ce42a64
2 changed files with 23 additions and 3 deletions
|
@ -1,11 +1,23 @@
|
|||
|
||||
# cargo-vet audits file
|
||||
|
||||
[[audits.arref]]
|
||||
who = "Zixuan Chen <remch183@outlook.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.1.0"
|
||||
notes = "I'm the author of this crate"
|
||||
|
||||
[[audits.color-backtrace]]
|
||||
who = "Zixuan Chen <remch183@outlook.com>"
|
||||
criteria = "safe-to-run"
|
||||
version = "0.5.1"
|
||||
|
||||
[[audits.crdt-list]]
|
||||
who = "Zixuan Chen <remch183@outlook.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.1.3"
|
||||
notes = "I'm the author of this crate"
|
||||
|
||||
[[audits.ctor]]
|
||||
who = "Zixuan Chen <remch183@outlook.com>"
|
||||
criteria = "safe-to-run"
|
||||
|
|
|
@ -20,6 +20,10 @@ criteria = "safe-to-run"
|
|||
version = "0.1.3"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.arbitrary]]
|
||||
version = "1.1.7"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.atty]]
|
||||
version = "0.2.14"
|
||||
criteria = "safe-to-run"
|
||||
|
@ -76,6 +80,10 @@ criteria = "safe-to-deploy"
|
|||
version = "0.1.6"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.derive_arbitrary]]
|
||||
version = "1.1.6"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.digest]]
|
||||
version = "0.10.5"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -214,7 +222,7 @@ criteria = "safe-to-deploy"
|
|||
|
||||
[[exemptions.ppv-lite86]]
|
||||
version = "0.2.16"
|
||||
criteria = "safe-to-run"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.precomputed-hash]]
|
||||
version = "0.1.1"
|
||||
|
@ -262,11 +270,11 @@ criteria = "safe-to-deploy"
|
|||
|
||||
[[exemptions.rand]]
|
||||
version = "0.8.5"
|
||||
criteria = "safe-to-run"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.rand_chacha]]
|
||||
version = "0.3.1"
|
||||
criteria = "safe-to-run"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.rand_core]]
|
||||
version = "0.6.4"
|
||||
|
|
Loading…
Reference in a new issue