mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update tempfile from 3.22.0 to 3.25.0
This commit is contained in:
Generated
+6
-6
@@ -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",
|
||||
|
||||
@@ -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 <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"
|
||||
@@ -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 <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"
|
||||
@@ -1114,9 +1126,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]]
|
||||
|
||||
Reference in New Issue
Block a user