Skip to content

build: Bump heapless from 0.8.0 to 0.9.1#393

Merged
cloud-hypervisor-bot merged 1 commit into
mainfrom
dependabot/cargo/heapless-0.9.1
Sep 18, 2025
Merged

build: Bump heapless from 0.8.0 to 0.9.1#393
cloud-hypervisor-bot merged 1 commit into
mainfrom
dependabot/cargo/heapless-0.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 21, 2025

Bumps heapless from 0.8.0 to 0.9.1.

Release notes

Sourced from heapless's releases.

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.

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.

Fixed

  • CI now uses flags specified in Cargo.toml for rustdoc tests.
  • Fixed clippy lints.

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.
  • Added IntoIterator implementation for LinearMap
  • Added Deque::{get, get_mut, get_unchecked, get_unchecked_mut}.
  • Added serde::Serialize and serde::Deserialize implementations to HistoryBuffer.
  • Added Vec::drain.
  • Added String::drain.
  • Implemented DoubleEndedIterator for OldestOrdered.
  • Added std Entry methods to indexmap Entry.

... (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 will merge this PR once CI passes on it, as requested by @cloud-hypervisor-bot.


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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 21, 2025
Copy link
Copy Markdown

@cloud-hypervisor-bot cloud-hypervisor-bot left a comment

Choose a reason for hiding this comment

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

Beep boop! I am also a 🤖 - let's join forces!

@dependabot merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 21, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@retrage
Copy link
Copy Markdown
Contributor

retrage commented Sep 18, 2025

@dependabot rebase

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 force-pushed the dependabot/cargo/heapless-0.9.1 branch from 4fe2c34 to 2d31d51 Compare September 18, 2025 13:30
@cloud-hypervisor-bot cloud-hypervisor-bot added this pull request to the merge queue Sep 18, 2025
Merged via the queue into main with commit c0bf94d Sep 18, 2025
7 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/heapless-0.9.1 branch September 18, 2025 13:49
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.

2 participants