From 03a2285e45a9d60c832f39e3b07dbecec7ed8126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:08:48 +0000 Subject: [PATCH] Update xtensa-lx requirement from 0.8.0 to 0.9.0 Updates the requirements on [xtensa-lx](https://github.com/esp-rs/xtensa-lx) to permit the latest version. - [Commits](https://github.com/esp-rs/xtensa-lx/commits) --- updated-dependencies: - dependency-name: xtensa-lx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98bb2d3..4ac8566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ embedded-hal = { version = "0.2.3", features = ["unproven"] } nb = "1.0.0" once_cell = { version = "1.4.0", optional = true } cortex-m = { version = "0.7.7", optional = true } -xtensa-lx = { version = "0.8.0", optional = true, features = ["spin"] } +xtensa-lx = { version = "0.9.0", optional = true, features = ["spin"] } spin = { version = "0.9.8", optional = true } atomic-polyfill = { version = "1.0.1", optional = true }