ore.rs
ore.rs copied to clipboard
Bump bumpalo from 3.9.1 to 3.14.0
Bumps bumpalo from 3.9.1 to 3.14.0.
Changelog
Sourced from bumpalo's changelog.
3.14.0
Released 2023-09-14.
Added
- Added the
stdcargo feature, which enables implementations ofstdtraits for various things. Right now that is juststd::io::Writeforbumpalo::collections::Vec, but could be more in the future.
3.13.0
Released 2023-05-22.
Added
- New
"allocator-api2"feature enables the use of the allocator API on stable. This feature uses a crate that mirrors the API of the unstable Rustallocator_apifeature. If the feature is enabled, references toBumpwill implementallocator_api2::Allocator. This allowsBumpto be used as an allocator for collection types fromallocator-api2and any other crates that supportallocator-api2.Changed
- The minimum supported Rust version (MSRV) is now 1.63.0.
3.12.2
Released 2023-05-09.
Changed
- Added
rust-versionmetadata toCargo.tomlwhich helpscargowith version resolution.
3.12.1
Released 2023-04-21.
Fixed
- Fixed a bug where
Bump::try_with_capacity(n)wheren > isize::MAXcould lead to attempts to create invalidLayouts.
... (truncated)
Commits
c610d5aBump to version 3.14.07dbb89cMerge pull request #216 from marmeladema/std-io-writecdaaae1Implementstd::io::WriteforVec\<'bump, u8>86c63a4Merge pull request #214 from waywardmonkeys/typo-fixes9c6c38fFix some typos.9be533bMerge pull request #212 from waywardmonkeys/clippy-unnecessary-cast4d4cb90clippy: Remove unneccessary casts.2c3ded0Merge pull request #211 from frisoft/mainb6ea857Merge pull request #1 from frisoft/update-license-fieldabac21cUpdate license field following SPDX 2.1 license expression standard- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.