From 4936235a9cc37f0232e911b2634b39e4f6106fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:46:08 +0000 Subject: [PATCH] chore(deps): update nix requirement from 0.28 to 0.29 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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 634f5a5..7a691df 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -21,4 +21,4 @@ pretty_env_logger = "0.5" tokio-tun = "0.11" num_cpus = "1.13" neli = "0.6" -nix = { version = "0.28", features = ["net"] } +nix = { version = "0.29", features = ["net"] }