fix sorting of non-optional dependencies

dtls-srtp
Skgland 2020-11-30 11:19:52 +01:00
parent 2fe70b3900
commit 3f56dd92c8
No known key found for this signature in database
GPG Key ID: 3BE1A1A3CBC3CF99
1 changed files with 1 additions and 1 deletions

View File

@ -11,13 +11,13 @@ rfc5764-openssl = ["openssl", "tokio-openssl", "tokio-util/compat"]
[dependencies]
aes-ctr = "0.6.0"
async-trait = "0.1"
fixedbitset = "0.1"
futures = "0.3"
handy_async = "0.2"
hmac = "0.10.1"
num = "0.1"
sha-1 = "0.9.2"
trackable = "0.1"
fixedbitset = "0.1"
openssl = { version = "0.10", optional = true }
tokio-openssl = { version = "0.4", optional = true }