diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 2bd552aacc44..55319be6b613 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -155,7 +155,7 @@ tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", "fs"] tokio-postgres = "0.7.7" [target.'cfg(not(target_os = "windows"))'.dev-dependencies] -nix = { version = "0.28.0", features = ["fs"] } +nix = { version = "0.29.0", features = ["fs"] } [[bench]] harness = false