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
Generated
+6 -6
View File
@@ -291,9 +291,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.176"
version = "0.2.182"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
[[package]]
name = "linux-raw-sys"
@@ -476,9 +476,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "rustix"
version = "1.1.2"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
dependencies = [
"bitflags",
"errno",
@@ -559,9 +559,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.22.0"
version = "3.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
dependencies = [
"fastrand",
"getrandom",
+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]]