From faffbd70925ea9e7f9195b5af9b6d97a06baa498 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 22 Jan 2025 15:26:32 -0500 Subject: [PATCH] Increase libcryptsetup-rs dependency lower bound to 0.12.0 $ cargo add libcryptsetup-rs@0.12.0 Updating crates.io index Adding libcryptsetup-rs v0.12.0 to optional dependencies Features: + mutex Updating crates.io index Locking 1 package to latest compatible version Updating libcryptsetup-rs v0.11.2 -> v0.12.0 $ cargo info libcryptsetup-rs@0.12.0 Downloaded libcryptsetup-rs v0.12.0 Downloaded 1 crate (49.8 KB) in 0.66s libcryptsetup-rs #Linux #encryption #storage High level Rust bindings for libcryptsetup version: 0.12.0 license: MPL-2.0 rust-version: 1.74.0 documentation: https://docs.rs/libcryptsetup-rs homepage: https://stratis-storage.github.io/ repository: https://github.com/stratis-storage/libcryptsetup-rs crates.io: https://crates.io/crates/libcryptsetup-rs/0.12.0 features: mutex = [] Signed-off-by: mulhern --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7770259f4f..5d66fe5639 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,9 +698,9 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libcryptsetup-rs" -version = "0.11.2" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5083eeb8843b0295aba9a3ddda83b35097bc0f367cb6d9db793a1435e3eee6c" +checksum = "186b5b6114517ab1d6e25741c6fb21060aae750e70868842efc9dd1efd08baa1" dependencies = [ "bitflags 2.4.0", "either", diff --git a/Cargo.toml b/Cargo.toml index ddcce0eec6..030a6f54f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ version = "0.2.155" optional = true [dependencies.libcryptsetup-rs] -version = "0.11.2" +version = "0.12.0" features = ["mutex"] optional = true