Sync versions from base crate

Also bump mio, to move up log/libc dependency so it
compiles on current nightly.
This commit is contained in:
Joseph Birr-Pixton 2019-05-27 22:41:35 +01:00
parent 9d298b38bf
commit 975c842209
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ quic = ["rustls/quic"]
[dependencies]
base64 = "0.10"
log = { version = "0.4.0", optional = true }
log = { version = "0.4.4", optional = true }
rustls = { path = ".." }
sct = "0.5"
webpki = "0.19"
@ -26,8 +26,8 @@ webpki = "0.19"
[dev-dependencies]
ct-logs = "0.5"
docopt = "~1.0"
env_logger = "0.6"
mio = "0.6"
env_logger = "0.6.1"
mio = "0.6.14"
regex = "1.0"
serde = "1.0"
serde_derive = "1.0"