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 all patch dependencies #363

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Feb 26, 2024

This PR contains the following updates:

Package Type Update Change
anstream dependencies patch 0.6.12 -> 0.6.13
tempfile (source) dependencies patch 3.10.0 -> 3.10.1

Release Notes

rust-cli/anstyle (anstream)

v0.6.13

Compare Source

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@platform-engineering-bot platform-engineering-bot changed the title fix(deps): update rust crate tempfile to 3.10.1 fix(deps): update all patch dependencies Feb 27, 2024
Signed-off-by: null <platform-engineering@redhat.com>
@cgwalters cgwalters merged commit 90b4dfb into main Feb 28, 2024
10 of 11 checks passed
@cgwalters cgwalters deleted the renovate/all-patch branch February 28, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants