diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d2982..5b66e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update dependency `dusk-bls12_381` to 0.14 + ## [0.40.0] - 2024-08-14 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 85d20ba..2138e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" license = "MPL-2.0" [dependencies] -dusk-bls12_381 = { version = "0.13", default-features = false, features = ["zeroize"] } +dusk-bls12_381 = { version = "0.14", 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"