Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps heapless from 0.8.0 to 0.9.1.

Release notes

Sourced from heapless's releases.

v0.9.1

See the full changelog here: https://github.com/rust-embedded/heapless/blob/v0.9.1/CHANGELOG.md#v091

0.9.0

See the full changelog here: https://github.com/rust-embedded/heapless/blob/v0.9.0/CHANGELOG.md#v090---2025-04-28

Changelog

Sourced from heapless's changelog.

[v0.9.1] - 2025-08-19

Added

  • Added String::insert and String::insert_str.

Added

  • Added optional embedded_io::Write impl for Vec.

Changed

  • bytes::BufMut is now implemented on VecInner.
  • Removed generic from history_buf::OldestOrdered.
  • Made LenType opt-in.
  • Minor fixes to pool::boxed docs.
  • Add missing Debug derive to vec::IntoIter.
  • Removed generic from spsc::Consumer, spsc::Producer and spsc::Iter.
  • Added LinearMap::entry() API.
  • Added LinearMap::retain().

Fixed

  • CI now uses flags specified in Cargo.toml for rustdoc tests.
  • Fixed clippy lints.
  • Fixed the memory layout of the internal UnionNode<T> type, fixing possible Undefined Behaviour.

Removed

  • Removed invalid bytes::Buf implementation.
  • Removed DefaultLenType struct.

[v0.9.0] - 2025-04-28 [YANKED]

Added

  • Added bytes::Buf and bytes::BufMut implementations for Vec.
  • Added format macro.
  • Added String::from_utf16.
  • Added is_full, recent_index, oldest, and oldest_index to HistoryBuffer
  • Added is_full to BinaryHeap
  • Added is_full to IndexMap
  • Added is_full to IndexSet
  • Added is_full to LinearMap
  • Added infallible conversions from arrays to Vec.
  • Added Vec::spare_capacity_mut.
  • Added Extend impls for Deque.
  • Added Deque::make_contiguous.
  • Added VecView, the !Sized version of Vec.
  • Added pool implementations for 64-bit architectures.

... (truncated)

Commits
  • 1918822 Merge pull request #574 from Nitrokey/release-091
  • 0a764cd Prepare release 0.9.1
  • 3b0283f Merge pull request #590 from sgued/spsc-demonomorphize
  • c1c0d19 Keep lines below 100 chars
  • e9da36a Make the docs for QueueView::split_const actually use QueueView
  • 2f17443 De-monomorphize spsc consumer, producer and iterators
  • 331aac8 Merge pull request #587 from sgued/fix-docs
  • 1702129 Add alloc in CI tests
  • a13946d Fix broken tests and docs
  • b94d0b4 Enable more features in tests
  • 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 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)

Bumps [heapless](https://github.com/rust-embedded/heapless) from 0.8.0 to 0.9.1.
- [Release notes](https://github.com/rust-embedded/heapless/releases)
- [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md)
- [Commits](rust-embedded/heapless@v0.8.0...v0.9.1)

---
updated-dependencies:
- dependency-name: heapless
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the kind/dependencies For PRs that update dependencies or related components label Oct 24, 2025
Copy link

@dependabot-pr-auto-approver dependabot-pr-auto-approver bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approved by dependabot auto-approve workflow

@dependabot-pr-auto-approver dependabot-pr-auto-approver bot merged commit e0d762d into main Oct 24, 2025
50 checks passed
@dependabot-pr-auto-approver dependabot-pr-auto-approver bot deleted the dependabot/cargo/heapless-0.9.1 branch October 24, 2025 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies For PRs that update dependencies or related components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant