Skip to content

Commit

Permalink
pkcs5 v0.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 27, 2024
1 parent 9c0e851 commit 940c1cd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkcs12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ zeroize = "1.8.1"

[dev-dependencies]
hex-literal = "0.4"
pkcs8 = { version = "=0.11.0-rc.0", features = ["pkcs5", "getrandom"] }
pkcs5 = { version = "=0.8.0-rc.0", features = ["pbes2", "3des"] }
pkcs8 = { version = "0.11.0-rc.0", features = ["pkcs5", "getrandom"] }
pkcs5 = { version = "0.8.0-rc.0", features = ["pbes2", "3des"] }
sha2 = "=0.11.0-pre.4"
whirlpool = "=0.11.0-pre.4"

Expand Down
2 changes: 1 addition & 1 deletion pkcs5/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkcs5"
version = "0.8.0-rc.0"
version = "0.8.0-rc.1"
description = """
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5:
Password-Based Cryptography Specification Version 2.1 (RFC 8018)
Expand Down

0 comments on commit 940c1cd

Please sign in to comment.