From 5ac431243d92db735e6fb8bdad614795e532321c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:24:07 +0000 Subject: [PATCH] Update nix requirement from 0.27 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](https://github.com/nix-rust/nix/compare/v0.27.0...v0.30.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 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..4d9280856 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.30", features = ["net", "socket", "uio"] } slab = "0.4" itertools = "0.10" clap = { version = "4.1", features = ["derive"] }