mirror of
https://github.com/RustCrypto/password-hashes.git
synced 2026-01-25 04:06:23 +00:00
pbkdf2 v0.13.0-rc.7 (#818)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -328,7 +328,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pbkdf2"
|
||||
version = "0.13.0-rc.6"
|
||||
version = "0.13.0-rc.7"
|
||||
dependencies = [
|
||||
"belt-hash",
|
||||
"digest",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pbkdf2"
|
||||
version = "0.13.0-rc.6"
|
||||
version = "0.13.0-rc.7"
|
||||
authors = ["RustCrypto Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Generic implementation of PBKDF2"
|
||||
|
||||
Reference in New Issue
Block a user