Skip to content

Commit bee1cf9

Browse files
Update nix requirement from ^0.29.0 to ^0.30.0
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23cbfc1 commit bee1cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ maintenance = { status = "passively-maintained" }
2929
bindgen = { version = "^0.71.1", optional = true }
3030
cc = "^1.1.6"
3131
pkg-config = "^0.3.30"
32-
nix = { version = "^0.29.0", default-features = false, features = ["fs"] }
32+
nix = { version = "^0.30.0", default-features = false, features = ["fs"] }
3333

3434
[lib]
3535
crate-type = ["lib", "staticlib"]

0 commit comments

Comments
 (0)