Skip to content

Commit fe41458

Browse files
committed
build: Audit error_set_impl 0.9.1
Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>
1 parent 2454a6b commit fe41458

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

supply-chain/audits.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# cargo-vet audits file
33

4+
[[audits.error_set_impl]]
5+
who = "hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>"
6+
criteria = "safe-to-deploy"
7+
version = "0.9.1"
8+
notes = """
9+
No `unsafe` used. The code doesn't appear to do any filesystem access or network
10+
access. All code generation seems to be as expected.
11+
"""
12+
413
[[audits.proc-macro2]]
514
who = "hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>"
615
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)