diff --git a/examples/hello_world_until/Cargo.toml b/examples/hello_world_until/Cargo.toml index f862a4fc..f06dff3a 100644 --- a/examples/hello_world_until/Cargo.toml +++ b/examples/hello_world_until/Cargo.toml @@ -12,4 +12,4 @@ futures-util = "0.3.14" tokio = { version = "1.11.0", features = ["full"] } [target.'cfg(unix)'.dev-dependencies] -nix = { version = "0.28", features = ["process", "signal"] } +nix = { version = "0.29", features = ["process", "signal"] }