pbkdf2 v0.13.0-rc.7 (#818)

This commit is contained in:
Tony Arcieri
2026-01-12 07:13:45 -07:00
committed by GitHub
parent e5e148c268
commit 85b5c61d79
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -328,7 +328,7 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.13.0-rc.6"
version = "0.13.0-rc.7"
dependencies = [
"belt-hash",
"digest",

View File

@@ -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"