diff --git a/examples/hello_world_until/Cargo.toml b/examples/hello_world_until/Cargo.toml index 8af0fa67..54dee46e 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 = "0.25" +nix = "0.26"