From 51a296f20fea4b8c4e755b2efba5ba82baa51c7d Mon Sep 17 00:00:00 2001 From: zimward Date: Tue, 3 Mar 2026 10:21:39 +0100 Subject: [PATCH] switch-to-configuration-ng: update rust-ini --- pkgs/by-name/sw/switch-to-configuration-ng/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sw/switch-to-configuration-ng/Cargo.toml b/pkgs/by-name/sw/switch-to-configuration-ng/Cargo.toml index 364c0f625ffb..eaf057efdab6 100644 --- a/pkgs/by-name/sw/switch-to-configuration-ng/Cargo.toml +++ b/pkgs/by-name/sw/switch-to-configuration-ng/Cargo.toml @@ -19,7 +19,7 @@ libsystemd = "0.7.2" log = "0.4.21" nix = { version = "0.31.1", features = ["fs", "signal"] } regex = "1.12.3" -rust-ini = { version = "0.21.2", features = ["inline-comment"] } +rust-ini = { version = "0.21.3", features = ["inline-comment"] } syslog = "7.0.0" [build-dependencies]