Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2025

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

Release notes

Sourced from flipperzero-alloc's releases.

v0.15.0

Added

  • flipperzero::furi::hal::power::Power handle to Power service
  • High-level serial API (#216)
  • Add gui::Gui record and basic support for using gui::Canvas in monopoly mode
  • Add embedded-graphics support allowing gui::Canvas to be used as a DrawTarget (#214)

Changed

  • Updated to SDK 86.0 (firmware 1.3.4)
  • flipperzero::furi::time::Duration has been renamed to FuriDuration
  • flipperzero::furi::time::Instant has been renamed to FuriInstant
  • flipperzero_sys::furi::UnsafeRecord now implements Clone to support reference-count use
  • flipperzero::notification::NotificationService has been renamed NotificationApp to match the underlying C API

Removed

  • No features were removed
Changelog

Sourced from flipperzero-alloc's changelog.

[0.15.0]

Added

  • flipperzero::furi::hal::power::Power handle to Power service
  • High-level serial API (#216)
  • Add gui::Gui record and basic support for using gui::Canvas in monopoly mode
  • Add embedded-graphics support allowing gui::Canvas to be used as a DrawTarget (#214)

Changed

  • Updated to SDK 86.0 (firmware 1.3.4)
  • flipperzero::furi::time::Duration has been renamed to FuriDuration
  • flipperzero::furi::time::Instant has been renamed to FuriInstant
  • flipperzero_sys::furi::UnsafeRecord now implements Clone to support reference-count use
  • flipperzero::notification::NotificationService has been renamed NotificationApp to match the underlying C API

Removed

[0.14.0]

Added

  • flipperzero_sys::furi::FuriBox for low-level heap allocations
  • flipperzero_sys::halt! macro
  • flipperzero::storage::Storage handle to Storage service

Changed

  • Updated to SDK 79.2 (firmware 1.2.0)
  • Enums in sys bindings now are newtype-enums and no longer have a duplicate prefix
  • Fixed passing of crash message __furi_crash_implementation
  • Allow no argument calls to flipperzero_sys::crash! and flipperzero_sys::halt! macros
  • flipperzero_sys::furi::UnsafeRecord::open now takes a &'static CStr
  • Fixed overread when printing panic message to console
  • Added short delay in panic handler so message can be seen on USB console before furi_crash

Removed

  • No features were removed

[0.13.0]

Added

  • flipperzero::dialogs::DialogFileBrowserOptions
  • flipperzero::furi::kernel module exposing most furi_kernel_* APIs
  • as_ticks() method to flipperzero::furi::time::Duration

... (truncated)

Commits
  • aec4c95 Bump version to 0.15.0
  • 3cd4657 Fix formatting for cargo fmt
  • f27e437 Update README/CHANGELOG for new release
  • 60eb374 Fix test crash if heap shrinks after test
  • cc41519 Update type of FuriHalI2cBusHandle pointer
  • 9124b4e build(bindings): bump SDK to 1.3.4
  • 70c0b36 tools: Fix processing of "inout" Doxygen param types
  • 50c6b9e Create FUNDING.yml
  • e452586 Fix warnings raised by Rust 1.85 Clippy
  • cbf09e6 run-fap: Ensure any stale "stdout" file is removed
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [flipperzero-alloc](https://github.com/dcoles/flipperzero-rs) to permit the latest version.
- [Release notes](https://github.com/dcoles/flipperzero-rs/releases)
- [Changelog](https://github.com/flipperzero-rs/flipperzero/blob/main/CHANGELOG.md)
- [Commits](flipperzero-rs/flipperzero-rs@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: flipperzero-alloc
  dependency-version: 0.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 23, 2025
@github-actions github-actions bot enabled auto-merge April 23, 2025 13:52
auto-merge was automatically disabled November 1, 2025 12:22

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/flipperzero-alloc-0.15.0 branch November 1, 2025 12:22
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