From ecd019770a76123f339f26e2818efa1bc314064b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 20:04:27 +0000 Subject: [PATCH] Update mpu9250 requirement from 0.7.3 to 0.12.2 Updates the requirements on [mpu9250](https://github.com/copterust/mpu9250) to permit the latest version. - [Release notes](https://github.com/copterust/mpu9250/releases) - [Changelog](https://github.com/copterust/mpu9250/blob/master/CHANGELOG.md) - [Commits](https://github.com/copterust/mpu9250/compare/0.7.3...0.12.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55855778..261f521e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ mfrc522 = "0.2.0" as-slice = "0.2.0" serde_derive = "1.0.82" serde-json-core = "0.0.1" -mpu9250 = "0.7.3" +mpu9250 = "0.12.2" [dev-dependencies.byteorder] default-features = false