From 4ca90f2e8886e1bfef429973e4280fc913658d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:07:23 +0000 Subject: [PATCH] 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](https://github.com/nix-rust/nix/compare/v0.27.1...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Cargo.toml b/apps/Cargo.toml index 3c9db1a9e..a84c73fad 100644 --- a/apps/Cargo.toml +++ b/apps/Cargo.toml @@ -30,7 +30,7 @@ octets = { version = "0.2", path = "../octets" } ring = "0.16" quiche = { path = "../quiche" } libc = "0.2" -nix = { version = "0.27", features = ["net", "socket", "uio"] } +nix = { version = "0.29", features = ["net", "socket", "uio"] } slab = "0.4" itertools = "0.10" clap = { version = "4.1", features = ["derive"] }