mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
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:
parent
ce11a6f632
commit
8dbf4f3ade
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user