diff --git a/Cargo.lock b/Cargo.lock index 9f60cc5..77c791a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,13 +321,12 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rust-ini" -version = "0.21.1" +version = "0.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f" +checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7" dependencies = [ "cfg-if", "ordered-multimap", - "trim-in-place", ] [[package]] @@ -370,12 +369,6 @@ dependencies = [ "crunchy", ] -[[package]] -name = "trim-in-place" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" - [[package]] name = "unicode-ident" version = "1.0.18" diff --git a/Cargo.toml b/Cargo.toml index fb95097..014515e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ libc = "0.2.174" libudev = "0.3" log = "0.4.27" regex = "1.11.1" -rust-ini = "0.21.1" +rust-ini = "0.21.3"