Skip to content

Commit b51d30c

Browse files
authored
scrypt v0.7.0 (RustCrypto#168)
1 parent 2a25a7a commit b51d30c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scrypt/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.7.0 (2021-04-29)
9+
### Changed
10+
- Bump `password-hash` crate dependency to v0.2 ([#164])
11+
- Bump `hmac` and `crypto-mac` crate deps to v0.11 ([#165])
12+
- Bump `salsa20` crate dependency to v0.8 ([#166])
13+
- Bump `pbkdf2` crate dependency to v0.8 ([#167])
14+
15+
[#164]: https://github.com/RustCrypto/password-hashing/pull/164
16+
[#165]: https://github.com/RustCrypto/password-hashing/pull/165
17+
[#166]: https://github.com/RustCrypto/password-hashing/pull/166
18+
[#167]: https://github.com/RustCrypto/password-hashing/pull/167
19+
820
## 0.6.5 (2021-03-27)
921
### Fixed
1022
- Pin `password-hash` to v0.1.2 or newer ([#151])

scrypt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scrypt"
3-
version = "0.6.5"
3+
version = "0.7.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Scrypt password-based key derivation function"

0 commit comments

Comments
 (0)