mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +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
2f322b8be0
commit
799cb27234
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@ -641,9 +641,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mio"
|
name = "mio"
|
||||||
version = "0.7.11"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
|
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
|
Loading…
Reference in New Issue
Block a user