From 344eb2c292ff02f56f1d62b5f784a3f26c456b42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:04:58 +0000 Subject: [PATCH] Update rustfft requirement from 3.0.0 to 4.0.0 Updates the requirements on [rustfft](https://github.com/ejmahler/RustFFT) to permit the latest version. - [Release notes](https://github.com/ejmahler/RustFFT/releases) - [Changelog](https://github.com/ejmahler/RustFFT/blob/master/CHANGELOG.md) - [Commits](https://github.com/ejmahler/RustFFT/commits/4.0) 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 c2e233f..bc7d9a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] ndarray = "0.13" num-traits = "0.2" -rustfft = "3.0.0" +rustfft = "4.0.0" rustdct = "0.4.0" [dev-dependencies]