Skip to content

Commit 4ca90f2

Browse files
Update nix requirement from 0.27.1 to 0.29.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.27.1...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8c769c commit 4ca90f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ octets = { version = "0.2", path = "../octets" }
3030
ring = "0.16"
3131
quiche = { path = "../quiche" }
3232
libc = "0.2"
33-
nix = { version = "0.27", features = ["net", "socket", "uio"] }
33+
nix = { version = "0.29", features = ["net", "socket", "uio"] }
3434
slab = "0.4"
3535
itertools = "0.10"
3636
clap = { version = "4.1", features = ["derive"] }

0 commit comments

Comments
 (0)