diff --git a/CHANGELOG.md b/CHANGELOG.md index 00875fe..13aa39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update bls12_381-bls -> 0.2 +- Update jubjub-schnorr -> 0.2 + ## [0.25.0] - 2024-01-24 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 5af5e7e..18eadd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ exclude = [".github/workflows/ci.yml", ".gitignore"] rand_core = { version = "0.6", default-features = false } dusk-bytes = "0.1" dusk-bls12_381 = { version = "0.13", default-features = false } -bls12_381-bls = { version = "0.1", default-features = false } +bls12_381-bls = { version = "0.2", default-features = false } dusk-jubjub = { version = "0.14", default-features = false } dusk-poseidon = { version = "0.33", default-features = false } -jubjub-schnorr = { version = "0.1", default-features = false } +jubjub-schnorr = { version = "0.2", default-features = false } subtle = { version = "^2.2.1", default-features = false } rkyv = { version = "0.7", optional = true, default-features = false } bytecheck = { version = "0.6", optional = true, default-features = false }