Skip to content

Commit

Permalink
cms: remove unused transitive pem feature activation (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 10, 2024
1 parent 94f0b86 commit 3383ac8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ edition = "2021"
rust-version = "1.81"

[dependencies]
der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "oid", "pem"] }
der = { version = "0.8.0-rc.0", features = ["alloc", "derive", "oid"] }
spki = { version = "0.8.0-rc.0" }
x509-cert = { version = "=0.3.0-pre.0", default-features = false, features = ["pem"] }
x509-cert = { version = "=0.3.0-pre.0", default-features = false }
const-oid = { version = "0.10.0-rc.0", features = ["db"] }

# optional dependencies
Expand All @@ -42,6 +42,7 @@ rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.2"
tokio = { version = "1.40.0", features = ["macros", "rt"] }
x509-cert = { version = "=0.3.0-pre.0", features = ["pem"] }

[features]
alloc = ["der/alloc"]
Expand Down

0 comments on commit 3383ac8

Please sign in to comment.