Skip to content

Commit 61035da

Browse files
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.29.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 272c550 commit 61035da

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
@@ -39,7 +39,7 @@ corosensei = "0.2"
3939
core_affinity = "0.8"
4040
crossbeam-utils = "0.8"
4141
crossbeam-skiplist = "0.1"
42-
nix = "0.29"
42+
nix = "0.30"
4343
io-uring = "0.7"
4444
windows-sys = "0.59"
4545
anyhow = "1.0"

0 commit comments

Comments
 (0)