From 14a7f60348afa98f8cfdbce570f97183d6ffa33e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 30 May 2023 11:58:10 +0100 Subject: [PATCH 1/2] chore: update libcryptsetup-rs to 0.7 Update to the latest libcryptsetup-rs upstream release. Also update the Cargo.lock as part of this. Signed-off-by: Peter Robinson --- client-linuxapp/Cargo.toml | 2 +- 2 files changed, 265 insertions(+), 402 deletions(-) diff --git a/client-linuxapp/Cargo.toml b/client-linuxapp/Cargo.toml index b220b79..4103db9 100644 --- a/client-linuxapp/Cargo.toml +++ b/client-linuxapp/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.8.4" nix = "0.26" uuid = "1.3" thiserror = "1" -libcryptsetup-rs = { version = "0.6.1", features = ["mutex"] } +libcryptsetup-rs = { version = "0.7.0", features = ["mutex"] } secrecy = "0.8" devicemapper = "0.33" -- 2.40.1