Skip to content

Commit

Permalink
chore(deps): update nix requirement from 0.28 to 0.29
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.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 90b9337 commit 4936235
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.11"
num_cpus = "1.13"
neli = "0.6"
nix = { version = "0.28", features = ["net"] }
nix = { version = "0.29", features = ["net"] }

0 comments on commit 4936235

Please sign in to comment.