From 8212adb81c0ff7499e552a0fd02996d56d70025e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:42:50 +0000 Subject: [PATCH] build(deps): bump idsp from 0.11.0 to 0.12.1 Bumps [idsp](https://github.com/quartiq/idsp) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/quartiq/idsp/releases) - [Changelog](https://github.com/quartiq/idsp/blob/main/CHANGELOG.md) - [Commits](https://github.com/quartiq/idsp/compare/v0.11.0...v0.12.1) --- updated-dependencies: - dependency-name: idsp 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 3a2832ef8..c6e14bedb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ dependencies = [ [[package]] name = "idsp" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43632fb78a5a307efb78ae8c3c11961ec1528de34bc034d94801b1ec3465e9e5" +checksum = "2013b1ad00c5b617d4fe0277fa41af6e0173a7dea648f7f84d71b9529fd12d0d" dependencies = [ "num-complex 0.4.3", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 8a484c784..63c7a49dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ cortex-m-rtic = "1.0" embedded-hal = "0.2.7" num_enum = { version = "0.7.0", default-features = false } paste = "1" -idsp = "0.11" +idsp = "0.12" ad9959 = { path = "ad9959", version = "0.2.0" } mcp230xx = "1.0" mutex-trait = "0.2"