From 9bc79d3eb858ed09bf5ba3de8a2cbbe5bbf0731d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Aug 2025 05:04:45 +0000 Subject: [PATCH] chore(deps): update rust crate nix to 0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9452066c..f158d72c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -476,7 +476,7 @@ features = ["use_std"] version = "0.4" [workspace.dependencies.nix] -version = "0.29.0" +version = "0.30.0" default-features = false features = ["resource"]