Skip to content

Commit 9777510

Browse files
dependabot[bot]danielocfb
authored andcommitted
Update nix requirement from ^0.30.0 to ^0.31.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.30.0...v0.31.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c0c66d commit 9777510

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
@@ -31,7 +31,7 @@ maintenance = { status = "passively-maintained" }
3131
bindgen = { version = "^0.72", optional = true }
3232
cc = "^1.1.6"
3333
pkg-config = "^0.3.30"
34-
nix = { version = "^0.30.0", default-features = false, features = ["fs"] }
34+
nix = { version = "^0.31.0", default-features = false, features = ["fs"] }
3535

3636
[lib]
3737
crate-type = ["lib", "staticlib"]

0 commit comments

Comments
 (0)