Skip to content

Commit

Permalink
chore(deps): update nix requirement from 0.26 to 0.27
Browse files Browse the repository at this point in the history
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](nix-rust/nix@v0.26.0...v0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dndx committed Sep 18, 2023
1 parent 310bb17 commit b58d589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pretty_env_logger = "0.5"
tokio-tun = "0.9"
num_cpus = "1.13"
neli = "0.6"
nix = "0.26"
nix = { version = "0.27", features = ["net"] }

0 comments on commit b58d589

Please sign in to comment.