Skip to content

deps(rust): bump esp32-nimble from 0.8.2 to 0.12.0#82

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/esp32-nimble-0.12.0
Open

deps(rust): bump esp32-nimble from 0.8.2 to 0.12.0#82
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/esp32-nimble-0.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps esp32-nimble from 0.8.2 to 0.12.0.

Release notes

Sourced from esp32-nimble's releases.

v0.12.0

  • Skip BLEDevice::deinit() when not initialized. (#189)
  • Add support for ESP IDF v5.5.1 (#190)
  • Fix ESP-IDF v5.4.3 build (#191)
  • Fix wrong "connection update request" event mapping (#192)
  • Fix unhandled BLE_GAP_LINK_ESTAB & DATA_LEN_CHG events & possible panic BLE connection table overflow handling in server connect event (#194)
  • Bump esp-idf-svc version to 0.52 (#195)

v0.11.1

  • Fixed building errors with latest nightly version (#180)
  • Fix ESP-IDF v5.4.1 build

v0.11.0

  • Added &mut Self argument to on_authentication_complete callback (#174)
  • Fix null pointer dereferences (#177)

v0.10.2

  • Fix ESP-IDF v5.4 build (#170)
  • Added connection Handle check before gap event is handled in characteristic to fix the deadlock issue in #151 (#171)

v.0.10.1

  • Fix on_notify when data is long (#167)

v.0.10.0

  • bump esp-idf-svc and embassy-time version (#161)
  • Changed on_read closure argument from AttValue to Self (#163)

v0.9.0

  • Added L2CAP support (#117)
  • Added BLEDevice::get_addr
  • Enforce BLEClient creation via BLEDevice instance (#146)
  • Added BLECharacteristic::notify_with
  • Fix cpfd config attribute (#153)
  • Use zerocopy package (#155)
  • Merge BLE2904 into Cpfd (#156)
  • Upgraded to esp-idf-svc 0.50.1 (#159)
Changelog

Sourced from esp32-nimble's changelog.

[0.12.0] - 2026-03-11

  • Skip BLEDevice::deinit() when not initialized. (#189)
  • Add support for ESP IDF v5.5.1 (#190)
  • Fix ESP-IDF v5.4.3 build (#191)
  • Fix wrong "connection update request" event mapping (#192)
  • Fix unhandled BLE_GAP_LINK_ESTAB & DATA_LEN_CHG events & possible panic BLE connection table overflow handling in server connect event (#194)
  • Bump esp-idf-svc version to 0.52 (#195)

[0.11.1] - 2025-04-14

  • Fixed building errors with latest nightly version (#180)
  • Fix ESP-IDF v5.4.1 build

[0.11.0] - 2025-03-14

  • Added &mut Self argument to on_authentication_complete callback (#174)
  • Fix null pointer dereferences (#177)

[0.10.2] - 2025-02-13

  • Fix ESP-IDF v5.4 build (#170)
  • Added connection Handle check before gap event is handled in characteristic to fix the deadlock issue in #151 (#171)

[0.10.1] - 2025-02-06

  • Fix on_notify when data is long (#167)

[0.10.0] - 2025-01-23

  • bump esp-idf-svc and embassy-time version (#161)
  • Changed on_read closure argument from AttValue to Self (#163)

[0.9.0] - 2025-01-07

  • Added L2CAP support (#117)
  • Added BLEDevice::get_addr
  • Enforce BLEClient creation via BLEDevice instance (#146)
  • Added BLECharacteristic::notify_with
  • Fix cpfd config attribute (#153)
  • Use zerocopy package (#155)
  • Merge BLE2904 into Cpfd (#156)
  • Upgraded to esp-idf-svc 0.50.1 (#159)
Commits
  • 7a96ffd New release
  • b84b0a7 Bump esp-idf-svc version (#195)
  • 620c17a Fix CI
  • 71cf5f1 Changed tab_spaces to 4
  • 30500f1 Merge pull request #194 from Aeovy/Aeovy/unhandled_fix
  • 1b8002b Remove BLE_GAP_EVENT_LINK_ESTAB scheduled for deprecation
  • 00e3ab7 Fix unhandled BLE_GAP_LINK_ESTAB & DATA_LEN_CHG events & possible panic BLE c...
  • 7e76167 Edition 2024.
  • 1d131f0 Merge pull request #193 from taks/dependabot/github_actions/actions/checkout-6
  • fbc2a64 Bump actions/checkout from 5 to 6
  • 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 [esp32-nimble](https://github.com/taks/esp32-nimble) from 0.8.2 to 0.12.0.
- [Release notes](https://github.com/taks/esp32-nimble/releases)
- [Changelog](https://github.com/taks/esp32-nimble/blob/main/CHANGELOG.md)
- [Commits](taks/esp32-nimble@v0.8.2...v0.12.0)

---
updated-dependencies:
- dependency-name: esp32-nimble
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants