fido-device-onboard/fdo-bump-devicemapper-libcryptosetup.patch
2024-01-08 17:03:05 +00:00

47 lines
1.8 KiB
Diff

From 90bb88a24ddf9292150f7de6eeb2f93b0a793acf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 27 Oct 2023 10:52:23 +0000
Subject: [PATCH] chore: bump devicemapper from 0.33.5 to 0.34.0
Bumps [devicemapper](https://github.com/stratis-storage/devicemapper-rs) from 0.33.5 to 0.34.0.
- [Release notes](https://github.com/stratis-storage/devicemapper-rs/releases)
- [Changelog](https://github.com/stratis-storage/devicemapper-rs/blob/master/CHANGES.txt)
- [Commits](https://github.com/stratis-storage/devicemapper-rs/compare/v0.33.5...devicemapper-v0.34.0)
---
updated-dependencies:
- dependency-name: devicemapper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---
client-linuxapp/Cargo.toml | 2 +-
2 files changed, 48 insertions(+), 26 deletions(-)
diff --git a/client-linuxapp/Cargo.toml b/client-linuxapp/Cargo.toml
index ee362913..9df5fe96 100644
--- a/client-linuxapp/Cargo.toml
+++ b/client-linuxapp/Cargo.toml
@@ -18,7 +18,7 @@ uuid = "1.3"
thiserror = "1"
libcryptsetup-rs = { version = "0.8.0", features = ["mutex"] }
secrecy = "0.8"
-devicemapper = "0.33"
+devicemapper = "0.34"
openssl = "0.10.55"
fdo-data-formats = { path = "../data-formats", version = "0.4.12" }
--- fido-device-onboard-rs-0.4.12/client-linuxapp/Cargo.toml.orig 2023-12-03 22:30:29.457047282 +0000
+++ fido-device-onboard-rs-0.4.12/client-linuxapp/Cargo.toml 2023-12-03 22:30:36.901090510 +0000
@@ -17,7 +17,7 @@
nix = "0.26"
uuid = "1.3"
thiserror = "1"
-libcryptsetup-rs = { version = "0.8.0", features = ["mutex"] }
+libcryptsetup-rs = { version = "0.9.0", features = ["mutex"] }
secrecy = "0.8"
devicemapper = "0.34"
openssl = "0.10.55"