rustls-mio: bump mio to 0.7

This commit is contained in:
Emmanuel Gil Peyrot 2020-04-28 19:25:11 +02:00 committed by ctz
parent 1c83b3ac03
commit a99d3f0a2c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ webpki = "0.21.0"
ct-logs = "0.6"
docopt = "~1.1"
env_logger = "0.7.1"
mio = "0.6.14"
mio = { version = "0.7", features = ["os-poll", "tcp"] }
regex = "1.0"
serde = "1.0"
serde_derive = "1.0"