Unverified Commit eac08212 authored by Jared Baur's avatar Jared Baur Committed by GitHub
Browse files

switch-to-configuration-ng: update rust-ini (#496161)

parents 611e0e33 51a296f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]