Skip to content

Commit 5648a33

Browse files
authored
Upgrade der to 0.8 (#7695)
* Update `der` to 0.8, move to workspace dependencies * Add `pem` feature
1 parent 02c454b commit 5648a33

3 files changed

Lines changed: 26 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 7 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +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", "pem", "zeroize"] }
173174
phf = { version = "0.13.1", default-features = false, features = ["macros"]}
174175
ahash = "0.8.12"
175176
ascii = "1.1"

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ rustls-pemfile = { version = "2.2", optional = true }
128128
rustls-platform-verifier = { version = "0.7", optional = true }
129129
x509-cert = { version = "0.2.5", features = ["pem", "builder"], optional = true }
130130
x509-parser = { version = "0.18", optional = true }
131-
der = { version = "0.7", features = ["alloc", "oid"], optional = true }
131+
der = { workspace = true, optional = true }
132132
pem-rfc7468 = { version = "1.0", features = ["alloc"], optional = true }
133133
webpki-roots = { version = "1.0", optional = true }
134134
aws-lc-rs = { version = "1.16.3", optional = true }

0 commit comments

Comments
 (0)