diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d2982..0a57c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update to `dusk-plonk` v0.21 +- Update to `dusk-safe` v0.3 +- Update to `dusk-jubjub` v0.15 +- Update to `dusk-bls12_381` v0.14 + ## [0.40.0] - 2024-08-14 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 85d20ba..8b25822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ edition = "2021" license = "MPL-2.0" [dependencies] -dusk-bls12_381 = { version = "0.13", default-features = false, features = ["zeroize"] } -dusk-jubjub = { version = "0.14", default-features = false } -dusk-plonk = { version = "0.20", default-features = false, features = ["alloc", "zeroize"], optional = true } -dusk-safe = "0.2" +dusk-bls12_381 = { version = "0.14", default-features = false, features = ["zeroize"] } +dusk-jubjub = { version = "0.15", default-features = false } +dusk-plonk = { version = "0.21", default-features = false, features = ["alloc", "zeroize"], optional = true } +dusk-safe = "0.3" [dev-dependencies] criterion = "0.5"