Skip to content

Commit

Permalink
apply version updates (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: semenov-vladyslav <[email protected]>
  • Loading branch information
github-actions[bot] and semenov-vladyslav authored Aug 14, 2024
1 parent d8fb4ed commit 2691151
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/bump-dependency-version-to-fix-vulnerability.md

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2691151

Please sign in to comment.