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 v3.13.0 #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
tempfile (source) dependencies minor 3.9.0 -> 3.13.0

Release Notes

Stebalien/tempfile (tempfile)

v3.13.0

Compare Source

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).

v3.12.0

Compare Source

  • Add a keep(keep: bool) function to builder that suppresses delete-on-drop behavior (thanks to @​RalfJung).
  • Update windows-sys from 0.52 to 0.59.

v3.11.0

Compare Source

  • Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable.

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.

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tempfile-3.x-lockfile branch from d10b65a to e503305 Compare August 2, 2024 22:16
@renovate renovate bot changed the title fix(deps): update rust crate tempfile to v3.10.1 fix(deps): update rust crate tempfile to v3.11.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/tempfile-3.x-lockfile branch from e503305 to 5a72e2b Compare August 6, 2024 20:07
@renovate renovate bot changed the title fix(deps): update rust crate tempfile to v3.11.0 fix(deps): update rust crate tempfile to v3.12.0 Aug 6, 2024
@renovate renovate bot changed the title fix(deps): update rust crate tempfile to v3.12.0 fix(deps): update rust crate tempfile to v3.13.0 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/tempfile-3.x-lockfile branch from 5a72e2b to 09b3dd5 Compare September 28, 2024 16:27
@renovate renovate bot force-pushed the renovate/tempfile-3.x-lockfile branch from 09b3dd5 to 5da813d Compare October 26, 2024 00:38
Copy link
Contributor Author

renovate bot commented Oct 26, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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