fix sorting of non-optional dependencies
parent
2fe70b3900
commit
3f56dd92c8
|
@ -11,13 +11,13 @@ rfc5764-openssl = ["openssl", "tokio-openssl", "tokio-util/compat"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes-ctr = "0.6.0"
|
aes-ctr = "0.6.0"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
|
fixedbitset = "0.1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
handy_async = "0.2"
|
handy_async = "0.2"
|
||||||
hmac = "0.10.1"
|
hmac = "0.10.1"
|
||||||
num = "0.1"
|
num = "0.1"
|
||||||
sha-1 = "0.9.2"
|
sha-1 = "0.9.2"
|
||||||
trackable = "0.1"
|
trackable = "0.1"
|
||||||
fixedbitset = "0.1"
|
|
||||||
|
|
||||||
openssl = { version = "0.10", optional = true }
|
openssl = { version = "0.10", optional = true }
|
||||||
tokio-openssl = { version = "0.4", optional = true }
|
tokio-openssl = { version = "0.4", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue