From 7f7815deb84a721699865c18bd0b260550dfa129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:27:05 +0000 Subject: [PATCH] Update nix requirement from ^0.27.1 to ^0.28.0 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.1...v0.28.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- recisdb-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recisdb-rs/Cargo.toml b/recisdb-rs/Cargo.toml index e47c6d9..c73ad5c 100644 --- a/recisdb-rs/Cargo.toml +++ b/recisdb-rs/Cargo.toml @@ -49,7 +49,7 @@ libloading = "^0.8.0" [target.'cfg(unix)'.dependencies] dvbv5 = { version = "0.2.6", optional = true } dvbv5-sys = { version = "*", optional = true } -nix = { version = "^0.27.1", features = ["ioctl"] } +nix = { version = "^0.28.0", features = ["ioctl"] } [target.'cfg(unix)'.build-dependencies] cargo-deb = "2.0.0"