Skip to content

Commit 33e6453

Browse files
build(deps): update nix requirement from ^0.29 to ^0.30
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] <support@github.com>
1 parent 653a72f commit 33e6453

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
@@ -20,7 +20,7 @@ rust-version = "1.69"
2020
hmac = "^0.12"
2121
libc = "^0.2"
2222
log = "^0.4"
23-
nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }
23+
nix = { version = "^0.30", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }
2424
nom = "8"
2525
serde = { version = "^1.0.91", features = ["derive"] }
2626
sha2 = "^0.10"

0 commit comments

Comments
 (0)