diff --git a/Cargo.toml b/Cargo.toml index e8d9874..b39597c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ maintenance = { status = "passively-maintained" } bindgen = { version = "^0.71.1", optional = true } cc = "^1.1.6" pkg-config = "^0.3.30" -nix = { version = "^0.29.0", default-features = false, features = ["fs"] } +nix = { version = "^0.30.0", default-features = false, features = ["fs"] } [lib] crate-type = ["lib", "staticlib"]