Skip to content

Commit

Permalink
build(deps): update nix requirement from 0.27 to 0.28
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.27.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 883a616 commit 715e42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ octets = { version = "0.2", path = "../octets" }
ring = "0.16"
quiche = { path = "../quiche" }
libc = "0.2"
nix = { version = "0.27", features = ["net", "socket", "uio"] }
nix = { version = "0.28", features = ["net", "socket", "uio"] }

[lib]
crate-type = ["lib"]

0 comments on commit 715e42b

Please sign in to comment.