From 715e42bef876496af37a31ba61859a311784e886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 09:14:22 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.27 to 0.28 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.28.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 f6bc053d..975f5480 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.28", features = ["net", "socket", "uio"] } [lib] crate-type = ["lib"]