From 0498fc27f9feda659e4aac75a6e1e57e59d82dad Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 23 Feb 2026 18:07:04 +0000 Subject: [PATCH] Update tempfile from 3.22.0 to 3.25.0 --- Cargo.lock | 12 ++++++------ supply-chain/imports.lock | 21 ++++++++++++++++----- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11108d4b..330b1ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,9 +560,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.171" +version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libloading" @@ -1045,9 +1045,9 @@ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[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", @@ -1148,9 +1148,9 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" [[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 0.3.2", diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 7ea481fb..31093bc8 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -28,8 +28,8 @@ user-login = "taiki-e" user-name = "Taiki Endo" [[publisher.libc]] -version = "0.2.171" -when = "2025-03-11" +version = "0.2.182" +when = "2026-02-13" user-id = 55123 user-login = "rust-lang-owner" @@ -239,6 +239,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 " +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 " criteria = "safe-to-deploy" @@ -1094,6 +1100,12 @@ criteria = "safe-to-deploy" delta = "0.21.1 -> 0.21.3" aggregated-from = "https://raw.githubusercontent.com/Ortham/libloadorder/refs/heads/master/supply-chain/audits.toml" +[[audits.ortham.audits.rustix]] +who = "Oliver Hamlet " +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 " criteria = "safe-to-deploy" @@ -1114,9 +1126,8 @@ aggregated-from = "https://raw.githubusercontent.com/Ortham/esplugin/refs/heads/ [[audits.ortham.audits.tempfile]] who = "Oliver Hamlet " -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]]