From 1b0d045b5e253871471b5038359b93fa96a8047d Mon Sep 17 00:00:00 2001 From: Victor Lopes Date: Mon, 1 Feb 2021 18:42:44 +0100 Subject: [PATCH] Upgrade poseidon252 to `v0.17.0` (#32) * Upgrade poseidon252 to `v0.17.0` --- CHANGELOG.md | 6 ++++++ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00272d..a3668b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2021-02-01 + +### Changed + +- Bump `poseidon252` to `v0.17.0` + ## [0.5.0] - 2021-01-28 ### Added diff --git a/Cargo.toml b/Cargo.toml index d5c99c7..998dbb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "dusk-pki" -version = "0.5.0" -authors = ["zer0 ", "Victor Lopez ", "Victor Lopez "] edition = "2018" [dependencies] rand_core = "0.5" dusk-jubjub = "0.8" -poseidon252 = {git = "https://github.com/dusk-network/Poseidon252", tag = "v0.16.0", default-features = false} +poseidon252 = {git = "https://github.com/dusk-network/Poseidon252", tag = "v0.17.0", default-features = false} subtle = "^2.2.1" canonical = {version = "0.5", optional = true} canonical_derive = {version = "0.5", optional = true}