From 33e645360eb8568d4d94ae82b4103b727824f0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 04:08:42 +0000 Subject: [PATCH] build(deps): update nix requirement from ^0.29 to ^0.30 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.29.0...v0.30.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69447f5..b2eb8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.69" hmac = "^0.12" libc = "^0.2" log = "^0.4" -nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } +nix = { version = "^0.30", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } nom = "8" serde = { version = "^1.0.91", features = ["derive"] } sha2 = "^0.10"