Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate esp-backtrace to 0.15.0 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 10, 2025

This PR contains the following updates:

Package Type Update Change
esp-backtrace dependencies minor 0.14.2 -> 0.15.0

Release Notes

esp-rs/esp-hal (esp-backtrace)

v0.15.0: 0.15.0

Please note that only changes to the esp-hal-common package are tracked in these release notes.

Added
  • ESP32-C6: Properly initialize PMU (#​974)
  • Implement overriding base mac address (#​1044)
  • Add rt-riscv and rt-xtensa features to enable/disable runtime support (#​1057)
  • ESP32-C6: Implement deep sleep (#​918)
  • Add embedded-io feature to each chip-specific HAL (#​1072)
  • Add embassy-time-driver to esp-hal-common due to updating embassy-time to v0.3.0 (#​1075)
  • ESP32-S3: Added support for 80Mhz PSRAM (#​1069)
Changed
  • Set up interrupts for the DMA and async enabled peripherals only when async feature is provided (#​1042)
  • Update to 1.0.0 releases of the embedded-hal-* packages (#​1068)
  • Update embassy-time to 0.3.0 and embassy-executor to 0.5.0 release due to the release of the embedded-hal-* packages (#​1075)
  • No longer depend on embassy-time (#​1092)
  • Update to latest smart-leds-trait and smart-leds packages (#​1094)
Fixed
  • ESP32: correct gpio 32/33 in errata36() (#​1053)
  • ESP32: make gpio 4 usable as analog pin (#​1078)
  • Fix double &mut for the SetDutyCycle impl on PwmPin (#​1033)
  • ESP32/ESP32-S3: Fix stack-top calculation for app-core (#​1081)
  • ESP32/ESP32-S2/ESP32-S3: Fix embassy-time-timg0 driver (#​1091)
  • ESP32: ADC readings are no longer inverted (#​1093)
Breaking
  • Unify the low-power peripheral names (RTC_CNTL and LP_CLKRST to LPWR) (#​1064)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Feb 10, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `esp-println`.
    ... required by package `esp-backtrace v0.15.0`
    ... which satisfies dependency `esp-backtrace = "^0.15.0"` of package `microsoft-teams-status-monitor v0.1.0 (/tmp/renovate/repos/github/v0lkc/microsoft-teams-status-monitor)`
versions that meet the requirements `^0.13.0` are: 0.13.0

the package `esp-println` links to the native library `esp-println`, but it conflicts with a previous package which links to `esp-println` as well:
package `esp-println v0.12.0`
    ... which satisfies dependency `esp-println = "^0.12.0"` of package `microsoft-teams-status-monitor v0.1.0 (/tmp/renovate/repos/github/v0lkc/microsoft-teams-status-monitor)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "esp-println"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `esp-println` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/esp-backtrace-0.x branch from b78c4c6 to 03ef6e0 Compare February 10, 2025 14:07
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