commit | ab9ffef239345080eaba8763f4c9a3e4cb22b6dc | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Mar 04 11:56:55 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon Mar 04 11:56:55 2024 +0000 |
tree | b92d2b194c5e5a790394a741a854927cf0c88b10 | |
parent | 6decf692ea2cd76d1c82aec9bb5515a11cef7ba1 [diff] |
build(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>
diff --git a/apps/Cargo.toml b/apps/Cargo.toml index bdf3924..15a83a5 100644 --- a/apps/Cargo.toml +++ b/apps/Cargo.toml
@@ -30,7 +30,7 @@ ring = "0.17" 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"]