Update tempfile from 3.22.0 to 3.25.0

This commit is contained in:
Oliver Hamlet
2026-02-23 17:57:20 +00:00
parent 454f395ae4
commit 65f0719c2f
2 changed files with 22 additions and 11 deletions
+16 -5
View File
@@ -21,8 +21,8 @@ when = "2025-09-29"
trusted-publisher = "github:Ortham/esplugin"
[[publisher.libc]]
version = "0.2.176"
when = "2025-09-23"
version = "0.2.182"
when = "2026-02-13"
user-id = 55123
user-login = "rust-lang-owner"
@@ -168,6 +168,12 @@ criteria = "safe-to-deploy"
delta = "3.20.0 -> 3.21.0"
notes = "Only minor manifest/CI changes."
[[audits.bytecode-alliance.audits.tempfile]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
delta = "3.21.0 -> 3.23.0"
notes = "Doc/test/platform updates, nothing out of the ordinary."
[[audits.bytecode-alliance.audits.unicase]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
@@ -1545,6 +1551,12 @@ delta = "1.0.94 -> 1.0.95"
notes = "The only changes were to reflect changes in semver-exempt APIs to support nightly Rust changes."
aggregated-from = "https://raw.githubusercontent.com/Ortham/esplugin/refs/heads/master/supply-chain/audits.toml"
[[audits.ortham.audits.rustix]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-run"
delta = "1.1.2 -> 1.1.3"
aggregated-from = "https://raw.githubusercontent.com/Ortham/esplugin/refs/heads/master/supply-chain/audits.toml"
[[audits.ortham.audits.syn]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
@@ -1553,9 +1565,8 @@ aggregated-from = "https://raw.githubusercontent.com/Ortham/esplugin/refs/heads/
[[audits.ortham.audits.tempfile]]
who = "Oliver Hamlet <git@ortham.net>"
criteria = "safe-to-deploy"
delta = "3.21.0 -> 3.22.0"
notes = "The only significant change is updating its maximum accepted version of the windows-sys dependency to allow v0.61.x."
criteria = "safe-to-run"
delta = "3.23.0 -> 3.25.0"
aggregated-from = "https://raw.githubusercontent.com/Ortham/esplugin/refs/heads/master/supply-chain/audits.toml"
[[audits.ortham.audits.unicase]]