Skip to content

Bump heapless from 0.8.0 to 0.9.3#28

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/heapless-0.9.3
Open

Bump heapless from 0.8.0 to 0.9.3#28
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/heapless-0.9.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps heapless from 0.8.0 to 0.9.3.

Release notes

Sourced from heapless's releases.

0.9.3

See the full changelog here: https://github.com/rust-embedded/heapless/blob/v0.9.3/CHANGELOG.md#v093-2025-04-15

0.9.2

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

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.3] 2025-04-15

  • Fixed unsoundness in Deque::clear, HistoryBuf::clear and IndexMap::clear in the context of panicking drop implementations.
  • Added from_bytes_truncating_at_nul to CString
  • Added CString::{into_bytes, into_bytes_with_nul, into_string}
  • Added pop_front_if and pop_back_if to Deque
  • Made Vec::from_array const.

[v0.9.2] 2025-11-12

  • Added from_bytes_truncating_at_nul to CString
  • Added missing ?Sized bounds in PartialEq implementations
  • Make PartialEq implementation for DequeInner and HistoryBufInner generic over the storage of the RHS
  • Minor fixes to module docs.
  • Make MSRV of 1.87.0 explicit.
  • Implement Default for CapacityError.
  • Implement defmt::Format for CapacityError.
  • Implement TryFrom for Deque from array.
  • Switch from serde to serde_core for enabling faster compilations.
  • Implement Zeroize trait for all data structures with the zeroize feature to securely clear sensitive data from memory.
  • Added truncate to Deque
  • Added retain to Deque
  • Added retain_mut to Deque
  • Added into_raw to Box
  • Added from_raw to Box
  • Added FusedIterator to vec::IntoIter, deque::IntoIter, index_map::IntoIter and linear_map::IntoIter.
  • Added ExactSizeIterator to vec::IntoIter, deque::IntoIter, index_map::IntoIter and linear_map::IntoIter.
  • Added DoubleEndedIterator to vec::IntoIter and deque::IntoIter.
  • Deprecate mpmc (see #583)
  • Fixed initialization of the ArcBlock<T> and BoxBlock<T> types, fixing possible Undefined Behavior

[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.

... (truncated)

Commits
  • ca95c4b Merge pull request #656 from sgued/release-093
  • c3d2061 Prepare release 0.9.3
  • fba1da4 Merge pull request #644 from tower120/const_vec_from_array
  • 6bb5909 Fix clippy lints
  • 666a0ac Vec::from_array now const
  • 0db1fb3 Add IDEA files to gitignore
  • be8628a Merge pull request #647 from sgued/646-clear-use-after-free
  • e458255 Fix possible use after free in clear functions
  • 45a1f11 Merge pull request #641 from sgued/deque-pop-front-if
  • 8d95d99 deque: Add pop_front_if and pop_back_if
  • 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 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.3.
- [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.3)

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

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 May 6, 2026
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.

0 participants