From 2691151374056b31b4dd8991adc1e102ba4a30e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:26:14 +0300 Subject: [PATCH] apply version updates (#226) Co-authored-by: semenov-vladyslav --- .changes/bump-dependency-version-to-fix-vulnerability.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/bump-dependency-version-to-fix-vulnerability.md diff --git a/.changes/bump-dependency-version-to-fix-vulnerability.md b/.changes/bump-dependency-version-to-fix-vulnerability.md deleted file mode 100644 index 9d280173..00000000 --- a/.changes/bump-dependency-version-to-fix-vulnerability.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iota-crypto": patch ---- - -Bump dependencies to fix vulnerability from `cargo audit` (`curve25519-dalek`: 3.2 -> 4.1.3, `x25519-dalek`: 1.1 -> 2.0.1, `age`: 0.9 -> 0.10). diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c77e0b..9780d0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.23.2] + +- [`d8fb4ed`](https://www.github.com/iotaledger/crypto.rs/commit/d8fb4ed71eb320caf605438986639510b484f6ca) ([#225](https://www.github.com/iotaledger/crypto.rs/pull/225)) Bump dependencies to fix vulnerability from `cargo audit` (`curve25519-dalek`: 3.2 -> 4.1.3, `x25519-dalek`: 1.1 -> 2.0.1, `age`: 0.9 -> 0.10). + ## \[0.23.1] - [`65c49a4`](https://www.github.com/iotaledger/crypto.rs/commit/65c49a4108906c4000fe5702fdee3148dd3c641e)([#221](https://www.github.com/iotaledger/crypto.rs/pull/221)) Added ed25519 PublicKeyBytes wrapper that does not require validation to use. diff --git a/Cargo.toml b/Cargo.toml index c68be61a..9a0ed1c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-crypto" -version = "0.23.1" +version = "0.23.2" license = "Apache-2.0" authors = [ "IOTA Stiftung" ] edition = "2021"