agent: Upgrade mio to v0.7.13 to fix epoll_fd leak problem

Fixes: #2035
Fixes: tokio-rs/tokio/#3809

Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
Tim Zhang 2021-06-15 11:21:57 +08:00 committed by Snir Sheriber
parent ce11a6f632
commit 8dbf4f3ade

4
src/agent/Cargo.lock generated
View File

@ -579,9 +579,9 @@ dependencies = [
[[package]]
name = "mio"
version = "0.7.6"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log",