Skip to content

Commit d452f12

Browse files
committed
Update tempfile to v3.25.0
1 parent 520d2fc commit d452f12

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supply-chain/audits.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ who = "Oliver Hamlet <git@ortham.net>"
6262
criteria = "safe-to-deploy"
6363
delta = "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]]
6671
who = "Oliver Hamlet <git@ortham.net>"
6772
criteria = "safe-to-deploy"
@@ -88,6 +93,11 @@ criteria = "safe-to-deploy"
8893
delta = "3.21.0 -> 3.22.0"
8994
notes = "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]]
92102
who = "Oliver Hamlet <git@ortham.net>"
93103
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ user-login = "hsivonen"
1616
user-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"
2121
user-id = 55123
2222
user-login = "rust-lang-owner"
2323

@@ -208,6 +208,12 @@ criteria = "safe-to-deploy"
208208
delta = "3.20.0 -> 3.21.0"
209209
notes = "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]]
212218
who = "Alex Crichton <alex@alexcrichton.com>"
213219
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)