2
0
mirror of https://github.com/jedisct1/encrypted-dns-server synced 2024-11-10 19:10:25 +00:00
This commit is contained in:
Frank Denis 2019-09-22 00:44:33 +02:00
parent 8f42622dfa
commit 4e41955847

View File

@ -23,7 +23,7 @@ env_logger = "0.6.2"
failure = "0.1.5"
futures-preview = { version = "=0.3.0-alpha.18", features = ["async-await", "nightly", "cfg-target-has-atomic"] }
jemallocator = "0.3.2"
libsodium-sys-stable="0.0.19"
libsodium-sys-stable="1.18.1"
log = "0.4.8"
net2 = "0.2.33"
parking_lot = "0.9.0"