Skip to content

build(deps): bump heapless from 0.9.2 to 0.9.3#52

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

build(deps): bump heapless from 0.9.2 to 0.9.3#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/heapless-0.9.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps heapless from 0.9.2 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

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.
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.9.2 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.9.2...v0.9.3)

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

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 3, 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