diff --git a/async/Cargo.toml b/async/Cargo.toml index d79f257..343ed20 100644 --- a/async/Cargo.toml +++ b/async/Cargo.toml @@ -16,4 +16,4 @@ serde = "1" serde_json = "1" async-io = "2" futures-lite = "2" -async-pidfd = "0.1.4" +async-pidfd-next = "0.1" diff --git a/async/src/socket.rs b/async/src/socket.rs index 92cf720..d680ea8 100644 --- a/async/src/socket.rs +++ b/async/src/socket.rs @@ -1,5 +1,5 @@ use async_io::Async; -use async_pidfd::AsyncPidFd; +use async_pidfd_next::AsyncPidFd; use futures_lite::AsyncReadExt; use std::env; use std::path::PathBuf;