diff --git a/CHANGELOG.md b/CHANGELOG.md index e19bcdd..60e6583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added ### Changed +* Miniconf dependency bumped to 0.4 + ### Removed ## [0.7.1] - 2022-01-24 diff --git a/Cargo.toml b/Cargo.toml index f3243e3..989e8f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/idsp" [dependencies] serde = { version = "1.0", features = ["derive"], default-features = false } num-complex = { version = "0.4.0", features = ["serde"], default-features = false } -miniconf = "0.3" +miniconf = "0.4" num-traits = { version = "0.2.14", features = ["libm"], default-features = false} [dev-dependencies]