File tree Expand file tree Collapse file tree 3 files changed +24
-8
lines changed
Expand file tree Collapse file tree 3 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ who = "Oliver Hamlet <git@ortham.net>"
6262criteria = " safe-to-deploy"
6363delta = " 1.0.40 -> 1.0.43"
6464
65+ [[audits .rustix ]]
66+ who = " Oliver Hamlet <git@ortham.net>"
67+ criteria = " safe-to-run"
68+ delta = " 1.1.2 -> 1.1.3"
69+
6570[[audits .syn ]]
6671who = " Oliver Hamlet <git@ortham.net>"
6772criteria = " safe-to-deploy"
@@ -88,6 +93,11 @@ criteria = "safe-to-deploy"
8893delta = " 3.21.0 -> 3.22.0"
8994notes = " The only significant change is updating its maximum accepted version of the windows-sys dependency to allow v0.61.x."
9095
96+ [[audits .tempfile ]]
97+ who = " Oliver Hamlet <git@ortham.net>"
98+ criteria = " safe-to-run"
99+ delta = " 3.23.0 -> 3.25.0"
100+
91101[[audits .unicase ]]
92102who = " Oliver Hamlet <git@ortham.net>"
93103criteria = " safe-to-deploy"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ user-login = "hsivonen"
1616user-name = "Henri Sivonen"
1717
1818[[publisher.libc]]
19- version = "0.2.176 "
20- when = "2025-09-23 "
19+ version = "0.2.182 "
20+ when = "2026-02-13 "
2121user-id = 55123
2222user-login = "rust-lang-owner"
2323
@@ -208,6 +208,12 @@ criteria = "safe-to-deploy"
208208delta = "3.20.0 -> 3.21.0"
209209notes = "Only minor manifest/CI changes."
210210
211+ [[audits.bytecode-alliance.audits.tempfile]]
212+ who = "Alex Crichton <alex@alexcrichton.com>"
213+ criteria = "safe-to-deploy"
214+ delta = "3.21.0 -> 3.23.0"
215+ notes = "Doc/test/platform updates, nothing out of the ordinary."
216+
211217[[audits.bytecode-alliance.audits.unicase]]
212218who = "Alex Crichton <alex@alexcrichton.com>"
213219criteria = "safe-to-deploy"
You can’t perform that action at this time.
0 commit comments