Skip to content

Commit

Permalink
cms: alphabetize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 10, 2024
1 parent 2009e61 commit fb85068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ edition = "2021"
rust-version = "1.81"

[dependencies]
const-oid = { version = "0.10.0-rc.0", features = ["db"] }
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 }
const-oid = { version = "0.10.0-rc.0", features = ["db"] }

# optional dependencies
aes = { version = "=0.9.0-pre.2", optional = true }
Expand Down

0 comments on commit fb85068

Please sign in to comment.