diff --git a/Cargo.lock b/Cargo.lock index 7f83f00a0..b2621cdbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,7 +998,7 @@ dependencies = [ [[package]] name = "pkcs5" -version = "0.8.0-rc.2" +version = "0.8.0-rc.3" dependencies = [ "aes", "aes-gcm", diff --git a/pkcs5/Cargo.toml b/pkcs5/Cargo.toml index 052950b1c..6a24e8e2c 100644 --- a/pkcs5/Cargo.toml +++ b/pkcs5/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pkcs5" -version = "0.8.0-rc.2" +version = "0.8.0-rc.3" description = """ Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018)