From c6f7c22f6ca072a40078de422f1604bd42b6684d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:23:41 +0000 Subject: [PATCH] Bump fixed from 1.26.0 to 1.27.0 Bumps [fixed](https://gitlab.com/tspiteri/fixed) from 1.26.0 to 1.27.0. - [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md) - [Commits](https://gitlab.com/tspiteri/fixed/compare/v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: fixed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5551c9e..ee194e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,9 +189,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "fixed" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4810bcba5534219e7c160473f3a59167e2c98bd7516bc0eec5185848bcd38963" +checksum = "2fc715d38bea7b5bf487fcd79bcf8c209f0b58014f3018a7a19c2b855f472048" dependencies = [ "az", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 69175a2..7c1f30b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ defmt-rtt = "0.4.0" embedded-hal = { version = "0.2.7", features = ["unproven"] } #embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-rc.3" } # Fixed point arithmetic -fixed = { version = "1.26.0", features = ["num-traits"] } +fixed = { version = "1.27.0", features = ["num-traits"] } # Duration & time for rtic-monotonics fugit = { version = "0.3.7", features = ["defmt"] } # Async/await utilities