Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate tempfile to 3.10.1 - autoclosed #1052

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tempfile (source) 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 requested a review from a team as a code owner October 27, 2023 01:04
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 2 times, most recently from bb95e57 to a5aa922 Compare October 29, 2023 09:25
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 11 times, most recently from ebe3e87 to e07535f Compare November 14, 2023 06:49
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 6 times, most recently from d419e34 to 023dbb4 Compare November 21, 2023 04:02
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 5 times, most recently from a98cd45 to d311169 Compare November 29, 2023 01:52
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 2 times, most recently from d975efb to 5f2e01d Compare December 8, 2023 04:15
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 3 times, most recently from d92962e to 4714b2f Compare December 18, 2023 22:06
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 6 times, most recently from c3b4589 to c14e49b Compare March 11, 2024 12:01
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 6 times, most recently from 81602a1 to eb9c515 Compare March 19, 2024 14:47
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 7 times, most recently from c3f3768 to 955c87b Compare April 1, 2024 14:20
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 3 times, most recently from 800b357 to 9cfa6a7 Compare April 3, 2024 02:47
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch 3 times, most recently from 1958ace to b184fa9 Compare April 15, 2024 12:25
@renovate renovate bot changed the title fix(deps): update rust crate tempfile to 3.10.1 fix(deps): update rust crate tempfile to 3.10.1 - autoclosed Apr 18, 2024
@renovate renovate bot closed this Apr 18, 2024
@renovate renovate bot deleted the renovate/tempfile-3.x branch April 18, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants