Skip to content

Commit

Permalink
Bump k256 to 0.10.4
Browse files Browse the repository at this point in the history
0.10.2 has a serialization issue
RustCrypto/elliptic-curves#529
  • Loading branch information
fjarri committed Mar 15, 2022
1 parent 9231090 commit 6af7b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Nothing here yet.
### Fixed

- `k256` bumped to 0.10.4 to make use of an important bugfix (see https://github.com/RustCrypto/elliptic-curves/issues/529). Previous 0.5.* versions (using `k256` 0.10.2 with the bug) are yanked.


## [0.5.1] - 2022-01-22
## [0.5.1] - 2022-01-22 (**YANKED**)

### Added

Expand All @@ -19,7 +21,7 @@ Nothing here yet.
[#78]: https://github.com/nucypher/rust-umbral/pull/78


## [0.5.0] - 2022-01-19
## [0.5.0] - 2022-01-19 (**YANKED**)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion umbral-pre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
categories = ["cryptography", "no-std"]

[dependencies]
k256 = { version = "0.10.2", default-features = false, features = ["ecdsa", "arithmetic", "hash2curve"] }
k256 = { version = "0.10.4", default-features = false, features = ["ecdsa", "arithmetic", "hash2curve"] }
sha2 = { version = "0.9", default-features = false }
chacha20poly1305 = { version = "0.9" }
hkdf = { version = "0.11", default-features = false }
Expand Down

0 comments on commit 6af7b24

Please sign in to comment.