diff --git a/Cargo.lock b/Cargo.lock index 660a252e7..cb57c8835 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -638,9 +638,9 @@ dependencies = [ [[package]] name = "idsp" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef18d83613898a86a398a5bb7fe15fd4d0b27c7e64fdad5ade81cbc6c19f6729" +checksum = "7c218f370697bbf8974f7a6b8f7a53817a6d952aab3909d5bf1b6e161d63cea9" dependencies = [ "num-complex 0.4.6", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 31977fdbd..74c9e3554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ rtic = { version = "2.1", features = ["thumbv7-backend"] } rtic-monotonics = { version = "2.0", features = ["cortex-m-systick"] } num_enum = { version = "0.7.3", default-features = false } paste = "1" -idsp = "0.16.0" +idsp = "0.17.0" ad9959 = { path = "ad9959", version = "0.3.0" } serial-settings = { version = "0.2", path = "serial-settings" } mcp230xx = "1.0"