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 #183

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2023

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

@netlify
Copy link

netlify bot commented Jul 20, 2023

Deploy Preview for hoard-docs ready!

Name Link
🔨 Latest commit 3491092
🔍 Latest deploy log https://app.netlify.com/sites/hoard-docs/deploys/66320e31bf19db000832fd63
😎 Deploy Preview https://deploy-preview-183--hoard-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.16%. Comparing base (16df032) to head (3491092).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
- Coverage   89.75%   89.16%   -0.60%     
==========================================
  Files          75       74       -1     
  Lines        5155     4680     -475     
==========================================
- Hits         4627     4173     -454     
+ Misses        528      507      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update rust crate tempfile to 3.7 fix(deps): update rust crate tempfile to 3.8 Aug 19, 2023
@renovate renovate bot changed the title fix(deps): update rust crate tempfile to 3.8 fix(deps): update rust crate tempfile to 3.9 Dec 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate tempfile to 3.9 fix(deps): update rust crate tempfile to 3.10 Feb 5, 2024
@renovate renovate bot changed the title fix(deps): update rust crate tempfile to 3.10 fix(deps): update rust crate tempfile to 3.10.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/tempfile-3.x branch from ff49c4c to 3491092 Compare May 1, 2024 09:41
@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 May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/tempfile-3.x branch May 5, 2024 09:44
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.

1 participant