From 7c98012a67e455ed94fb8a856041e828aa101d00 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 29 Nov 2022 08:06:36 +0000
Subject: [PATCH] chore(deps): update nix requirement from 0.25 to 0.26

Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.25.0...v0.26.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 phantun/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml
index 0864195..14aa83b 100644
--- a/phantun/Cargo.toml
+++ b/phantun/Cargo.toml
@@ -21,4 +21,4 @@ pretty_env_logger = "0.4"
 tokio-tun = "0.7"
 num_cpus = "1.13"
 neli = "0.6"
-nix = "0.25"
+nix = "0.26"