From 183864ca4d0a1db3d7bf5884b1441b5b90e638cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:20:51 +0000 Subject: [PATCH] fix(deps): update rust crate xmc4500 to 0.11.1 (#237) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff5ce367..06ddca6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ xmc4100 = { version = "0.11.1", optional = true } xmc4200 = { version = "0.11.0", optional = true } xmc4300 = { version = "0.8.0", optional = true } xmc4400 = { version = "0.9.0", optional = true } -xmc4500 = { version = "0.9.0", optional = true } +xmc4500 = { version = "0.11.1", optional = true } xmc4700 = { version = "0.10.1", optional = true } xmc4800 = { version = "0.9.0", optional = true } cortex-m = { version = "0.7.7", features = ['critical-section-single-core'] }