Skip to content

Commit

Permalink
pem-rfc7468 v1.0.0-rc.1 (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jul 28, 2024
1 parent a2f59e9 commit c19b8df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ zeroize = { version = "1.8.1", optional = true }
[dev-dependencies]
getrandom = "0.2"
hex-literal = "0.4"
pem-rfc7468 = "=1.0.0-rc.0"
pem-rfc7468 = "1.0.0-rc.1"
pkcs5 = "=0.8.0-rc.0"
rand = "0.8.5"
rsa = { version = "=0.10.0-pre.2", features = ["sha2"] }
Expand Down
2 changes: 1 addition & 1 deletion der/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bytes = { version = "1", optional = true, default-features = false }
const-oid = { version = "0.10.0-rc.0", optional = true }
der_derive = { version = "0.8.0-rc.0", optional = true }
flagset = { version = "0.4.6", optional = true }
pem-rfc7468 = { version = "1.0.0-rc.0", optional = true, features = ["alloc"] }
pem-rfc7468 = { version = "1.0.0-rc.1", optional = true, features = ["alloc"] }
time = { version = "0.3.4", optional = true, default-features = false }
zeroize = { version = "1.8", optional = true, default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion pem-rfc7468/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pem-rfc7468"
version = "1.0.0-rc.0"
version = "1.0.0-rc.1"
description = """
PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a
strict subset of the original Privacy-Enhanced Mail encoding intended
Expand Down

0 comments on commit c19b8df

Please sign in to comment.