From c5b9e52efbfd38db4ab7f1d73bdb99094009c29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:27:47 +0000 Subject: [PATCH] fix(deps): update esp-backtrace requirement in /examples/esp32c3 Updates the requirements on [esp-backtrace](https://github.com/esp-rs/esp-hal) to permit the latest version. - [Release notes](https://github.com/esp-rs/esp-hal/releases) - [Commits](https://github.com/esp-rs/esp-hal/commits) --- updated-dependencies: - dependency-name: esp-backtrace dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/esp32c3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/esp32c3/Cargo.toml b/examples/esp32c3/Cargo.toml index c4269ff9..f4aa086f 100644 --- a/examples/esp32c3/Cargo.toml +++ b/examples/esp32c3/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] tmag5273 = { path = "../../" } embedded-hal = { version = "1.0.0" } -esp-backtrace = { version = "0.14.0", features = [ +esp-backtrace = { version = "0.15.0", features = [ "esp32c3", "exception-handler", "panic-handler",