Skip to content

Update embedded-alloc requirement from 0.5 to 0.7#599

Merged
gbin merged 1 commit into
masterfrom
dependabot/cargo/embedded-alloc-0.7
Jan 5, 2026
Merged

Update embedded-alloc requirement from 0.5 to 0.7#599
gbin merged 1 commit into
masterfrom
dependabot/cargo/embedded-alloc-0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on embedded-alloc to permit the latest version.

Release notes

Sourced from embedded-alloc's releases.

Version 0.7.0

Added

  • Added a init macro to make initialization easier.
  • Added Heap::free and Heap::used for the TLSF heap.

Changed

  • The Heap::init methods now panic if they're called more than once or with size == 0.
Changelog

Sourced from embedded-alloc's changelog.

[v0.7.0] - 2026-01-03

Added

  • Added a init macro to make initialization easier.
  • Added Heap::free and Heap::used for the TLSF heap.

Changed

  • The Heap::init methods now panic if they're called more than once or with size == 0.

[v0.6.0] - 2024-09-01

Added

  • Added a Two-Level Segregated Fit heap with the tlsf feature.

Changed

  • The Heap struct has been renamed to LlffHeap and requires the llff feature.
  • Updated the rust edition from 2018 to 2021.

[v0.5.1] - 2023-11-04

Added

  • Implemented Allocator for Heap with the allocator_api crate feature. This feature requires a nightly toolchain for the unstable allocator_api compiler feature.

Changed

  • Updated linked_list_allocator dependency to 0.10.5, which allows compiling with stable rust.

[v0.5.0] - 2022-12-06

Changed

  • Renamed crate from alloc-cortex-m to embedded-alloc.
  • Renamed CortexMHeap to Heap.
  • Use critical-section to lock the heap, instead of cortex_m::interrupt::free(). This allows using this crate on non-Cortex-M systems, or on Cortex-M systems that require a custom critical section implementation.

[v0.4.3] - 2022-11-03

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [embedded-alloc](https://github.com/rust-embedded/embedded-alloc) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/embedded-alloc/releases)
- [Changelog](https://github.com/rust-embedded/embedded-alloc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-embedded/embedded-alloc/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: embedded-alloc
  dependency-version: 0.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 5, 2026
@gbin gbin merged commit 2d76683 into master Jan 5, 2026
7 checks passed
@gbin gbin deleted the dependabot/cargo/embedded-alloc-0.7 branch January 5, 2026 14:02
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant