diff --git a/Cargo.lock b/Cargo.lock index 7550db9e61..8c58ae9ffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ "bitflags 2.4.0", "cexpr", "clang-sys", - "itertools 0.12.0", + "itertools 0.10.5", "lazy_static", "lazycell", "proc-macro2", @@ -367,11 +367,12 @@ dependencies = [ [[package]] name = "devicemapper-sys" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6681f5413e2094480381a97b8299f548c0579f07095ee20fe58e0a28cb34b5" +checksum = "2edf94f6d3ca216380413446f38d1aa3035ac2c503a21b6929ead7e32f66a0b9" dependencies = [ "bindgen", + "pkg-config", ] [[package]] @@ -631,15 +632,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.13.0" @@ -927,9 +919,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.27" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "ppv-lite86" diff --git a/Cargo.toml b/Cargo.toml index 6468f789b3..a40901c701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -240,7 +240,7 @@ optional = true features = ["serde", "v4"] [build-dependencies] -pkg-config = "0.3.18" +pkg-config = "0.3.31" [build-dependencies.bindgen] default-features = false