Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions 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 crates/perry-ext-node-forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = { workspace = true }
# RustCrypto PKI stack — all already present in the workspace Cargo.lock.
rsa = { version = "0.9", features = ["sha2", "pem"] }
sha2 = "0.10"
x509-cert = { version = "0.2", features = ["builder", "hazmat"] }
x509-cert = { version = "0.3", features = ["builder", "hazmat"] }
der = { version = "0.7", features = ["oid"] }
spki = "0.7"
const-oid = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/perry-stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ p521 = { version = "0.13", optional = true, default-features = false, features =
rsa = { version = "0.9", optional = true, default-features = false, features = ["pem", "pkcs5", "sha2"] }
# #1367 node:crypto X509Certificate — DER/PEM cert parsing (RustCrypto, reuses
# the der/spki/const-oid already in the lock).
x509-cert = { version = "0.2", optional = true, default-features = false, features = ["pem"] }
x509-cert = { version = "0.3", optional = true, default-features = false, features = ["pem"] }
spki = { version = "0.7", optional = true, default-features = false, features = ["pem", "alloc"] }
aes = { version = "0.8", optional = true }
aes_09 = { package = "aes", version = "0.9", optional = true }
Expand Down
Loading