1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

chore(deps): update rust crate rust-ini to v0.21.2

This commit is contained in:
renovate[bot] 2025-07-02 19:44:30 +00:00 committed by GitHub
parent d04d0cd987
commit b454bcf918
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
Cargo.lock generated
View file

@ -2318,13 +2318,12 @@ dependencies = [
[[package]]
name = "rust-ini"
version = "0.21.1"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f"
checksum = "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791"
dependencies = [
"cfg-if",
"ordered-multimap",
"trim-in-place",
]
[[package]]
@ -2776,12 +2775,6 @@ dependencies = [
"winnow",
]
[[package]]
name = "trim-in-place"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc"
[[package]]
name = "type-map"
version = "0.5.1"