Skip to content

Bump bumpalo from 3.11.0 to 3.12.2#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bumpalo-3.12.2
Open

Bump bumpalo from 3.11.0 to 3.12.2#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bumpalo-3.12.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 13, 2023

Bumps bumpalo from 3.11.0 to 3.12.2.

Changelog

Sourced from bumpalo's changelog.

3.12.2

Released 2023-05-09.

Changed

  • Added rust-version metadata to Cargo.toml which helps cargo with version resolution.

3.12.1

Released 2023-04-21.

Fixed

  • Fixed a bug where Bump::try_with_capacity(n) where n > isize::MAX could lead to attempts to create invalid Layouts.

3.12.0

Released 2023-01-17.

Added

  • Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or box was allocated into.

Changed

  • Some uses of Box that MIRI did not previously consider as UB are now reported as UB, and bumpalo's internals have been adjusted to avoid the new UB.

3.11.1

Released 2022-10-18.

Security

  • Fixed a bug where when std::vec::IntoIter was ported to bumpalo::collections::vec::IntoIter, it didn't get its underlying Bump's lifetime threaded through. This meant that rustc was not checking the borrows for bumpalo::collections::IntoIter and this could result in use-after-free bugs.

... (truncated)

Commits
  • faac800 Bump to version 3.12.2
  • 8bd01aa Merge pull request #207 from itsfarseen/patch-1
  • 0c79fb4 Specify MSRV in Cargo.toml
  • cde421d Bump to version 3.12.1
  • 781dcf9 Merge pull request #205 from fitzgen/avoid-large-layouts
  • f4d3928 Avoid constructing layouts with larger than isize::MAX sizes
  • c662406 Merge pull request #202 from Johan-Mi/patch-1
  • 5c7b1e3 Remove unsafe from EmptyChunkFooter::get()
  • 7d431b1 Merge pull request #198 from Kmeakin/cold-alloc-layout-slow
  • 5f1ddd1 Merge pull request #199 from Kmeakin/abs_diff_1.60
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.2.
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.11.0...3.12.2)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants