diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 7f4a799e89..c64004e5a2 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -168,7 +168,7 @@ uuid = { version = "1.8.0", optional = true, default-features = false, features ] } [target.'cfg(unix)'.dependencies] -nix = { version = "0.28.0", features = ["fs", "user"] } +nix = { version = "0.29.0", features = ["fs", "user"] } [dev-dependencies] async-stream = "0.3.2"