Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Update Rust crate tempfile to 3.10.1#9

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/tempfile-3.x
Open

Update Rust crate tempfile to 3.10.1#9
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/tempfile-3.x

Conversation

@renovate

@renovate renovate Bot commented Oct 27, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tempfile (source) dev-dependencies minor 3.8.0 -> 3.10.1

Release Notes

Stebalien/tempfile (tempfile)

v3.10.1

Compare Source

  • Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²).
  • Handle a theoretical 32-bit overflow when generating a temporary file name larger than 4GiB. Now it'll panic (on allocation failure) rather than silently succeeding due to wraparound.

Thanks to @​stoeckmann for finding and fixing both of these issues.

v3.10.0

Compare Source

  • Drop redox_syscall dependency, we now use rustix for Redox.
  • Add Builder::permissions for setting the permissions on temporary files and directories (thanks to @​Byron).
  • Update rustix to 0.38.31.
  • Update fastrand to 2.0.1.

v3.9.0

Compare Source

  • Updates windows-sys to 0.52
  • Updates minimum rustix version to 0.38.25

v3.8.1

Compare Source

  • Update rustix to fix a potential panic on persist_noclobber on android.
  • Update redox_syscall to 0.4 (on redox).
  • Fix some docs typos.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot changed the title Update Rust crate tempfile to 3.8.1 Update Rust crate tempfile to 3.9.0 Dec 28, 2023
@renovate renovate Bot force-pushed the renovate/tempfile-3.x branch from d6faa82 to c89491d Compare December 28, 2023 04:36
@renovate renovate Bot changed the title Update Rust crate tempfile to 3.9.0 Update Rust crate tempfile to 3.10.0 Feb 5, 2024
@renovate renovate Bot force-pushed the renovate/tempfile-3.x branch from c89491d to adfde81 Compare February 5, 2024 22:36
@renovate renovate Bot changed the title Update Rust crate tempfile to 3.10.0 Update Rust crate tempfile to 3.10.1 Feb 27, 2024
@renovate renovate Bot force-pushed the renovate/tempfile-3.x branch from adfde81 to 5787f90 Compare February 27, 2024 00:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants