Skip to content

Commit

Permalink
Alphabetize Cargo.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mspiegel committed Nov 29, 2023
1 parent 6ce1e19 commit 1a756c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ repository = "https://github.com/rustls/webpki-roots"

[workspace.dependencies]
hex = "0.4.3"
yasna = "0.5.2"
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.8", features = ["alloc"] }
x509-parser = "0.15.1"
yasna = "0.5.2"

[dependencies]
pki-types = { package = "rustls-pki-types", version = "0.2.2", default-features = false }
Expand Down

0 comments on commit 1a756c3

Please sign in to comment.