diff --git a/Cargo.lock b/Cargo.lock index 959ac438c..3f3eddf53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,7 +1037,7 @@ dependencies = [ [[package]] name = "pem-rfc7468" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" dependencies = [ "base64ct 1.6.0", ] diff --git a/pem-rfc7468/Cargo.toml b/pem-rfc7468/Cargo.toml index 91797a07a..38f400556 100644 --- a/pem-rfc7468/Cargo.toml +++ b/pem-rfc7468/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pem-rfc7468" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" description = """ PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a strict subset of the original Privacy-Enhanced Mail encoding intended