Skip to content

Commit 646b526

Browse files
committed
Add pem feature
1 parent 0f95f2f commit 646b526

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ruff_source_file = { package = "rustpython-ruff_source_file", version = "0.15.8"
170170
# ruff_text_size = { git = "https://github.com/astral-sh/ruff.git", rev = "c2a8815842f9dc5d24ec19385eae0f1a7188b0d9" }
171171
# ruff_source_file = { git = "https://github.com/astral-sh/ruff.git", rev = "c2a8815842f9dc5d24ec19385eae0f1a7188b0d9" }
172172

173-
der = { version = "0.8", features = ["alloc", "oid", "zeroize"] }
173+
der = { version = "0.8", features = ["alloc", "oid", "pem", "zeroize"] }
174174
phf = { version = "0.13.1", default-features = false, features = ["macros"]}
175175
ahash = "0.8.12"
176176
ascii = "1.1"

0 commit comments

Comments
 (0)