losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

Update Rust crate bumpalo to 3.11.1 #89

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bumpalo dependencies patch 3.11.0 -> 3.11.1

Release Notes

fitzgen/bumpalo ### [`v3.11.1`](https://togithub.com/fitzgen/bumpalo/blob/HEAD/CHANGELOG.md#​3111) [Compare Source](https://togithub.com/fitzgen/bumpalo/compare/3.11.0...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. ***

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.



This PR has been generated by Mend Renovate. View repository job log here.