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

chore(deps): update rust crate tempfile to 3.10.1 #14

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tempfile (source) workspace.dependencies patch 3.10.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.


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.

Sorry, something went wrong.

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.52%. Comparing base (ea4c6ca) to head (c723f3c).
Report is 3 commits behind head on main.

❗ Current head c723f3c differs from pull request most recent head e8ba690. Consider uploading reports for the commit e8ba690 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   41.82%   41.52%   -0.30%     
==========================================
  Files          11       11              
  Lines        1523     1534      +11     
  Branches      197      199       +2     
==========================================
  Hits          637      637              
- Misses        793      804      +11     
  Partials       93       93              
Flag Coverage Δ
macos_latest 40.32% <ø> (-0.25%) ⬇️
ubuntu_latest 41.57% <ø> (-0.47%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/tempfile-3.x branch from c723f3c to e8ba690 Compare April 9, 2024 07:37
@cakebaker cakebaker merged commit d144d2b into main Apr 9, 2024
18 checks passed
@renovate renovate bot deleted the renovate/tempfile-3.x branch April 9, 2024 07:41
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.

None yet

1 participant