Alphabetize dependencies
This commit is contained in:
parent
5f78c2a6cb
commit
907becda46
|
@ -20,10 +20,10 @@ ring = ["dep:ring", "hyper-rustls?/ring", "rcgen/ring"]
|
|||
[dependencies]
|
||||
aws-lc-rs = { version = "1.8.0", optional = true }
|
||||
base64 = "0.21.0"
|
||||
http-body-util = "0.1.2"
|
||||
hyper = { version = "1.3.1", features = ["client", "http1", "http2"] }
|
||||
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "tls12", "rustls-native-certs"], optional = true }
|
||||
hyper-util = { version = "0.1.5", features = ["client", "client-legacy", "http1", "http2", "tokio"] }
|
||||
http-body-util = "0.1.2"
|
||||
ring = { version = "0.17", features = ["std"], optional = true }
|
||||
rustls-pki-types = "1.1.0"
|
||||
serde = { version = "1.0.104", features = ["derive"] }
|
||||
|
|
Loading…
Reference in New Issue