chore(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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-26 08:12:52 +00:00 committed by Datong Sun
parent 8a0ec729e2
commit f5cb4b1220

View File

@ -21,4 +21,4 @@ pretty_env_logger = "0.5"
tokio-tun = "0.11" tokio-tun = "0.11"
num_cpus = "1.13" num_cpus = "1.13"
neli = "0.6" neli = "0.6"
nix = { version = "0.27", features = ["net"] } nix = { version = "0.28", features = ["net"] }