From 0b1127c4277e6fb6509e06d56598f087c6ac8775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 13:03:24 +0000 Subject: [PATCH] Update xmc4800 requirement from 0.4.0 to 0.5.0 Updates the requirements on [xmc4800](https://github.com/xmc-rs/xmc4800) to permit the latest version. - [Release notes](https://github.com/xmc-rs/xmc4800/releases) - [Commits](https://github.com/xmc-rs/xmc4800/commits) --- updated-dependencies: - dependency-name: xmc4800 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 bc9aa32d..034ba8cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ xmc4300 = { version = "0.4.0", optional = true } xmc4400 = { version = "0.5.0", optional = true } xmc4500 = { version = "0.4.0", optional = true } xmc4700 = { version = "0.5.0", optional = true } -xmc4800 = { version = "0.4.0", optional = true } +xmc4800 = { version = "0.5.0", optional = true } cortex-m = "0.7.3" nb = "1.0.0" cortex-m-rt = "0.6.12"