keylime-agent-rust/rust-keylime-metadata.patch
Daiki Ueno c66421c405 Fix version requirement for clap to avoid FTBFS in Fedora
Resolves: #2113469
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2022-08-05 16:54:36 +09:00

26 lines
649 B
Diff

From 360ac8eb65eb44d6a4217f75b94cdb14804df02e Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Fri, 5 Aug 2022 16:03:03 +0900
Subject: [PATCH] rust-keylime-metadata.patch
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 933df5e..20edb8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ doc = false
actix-web = { version = "4", features = ["openssl"] }
base64 = "0.13"
cfg-if = "1"
-clap = { version = "~3.1.18", features = ["derive"] }
+clap = { version = "3.1.18", features = ["derive"] }
compress-tools = "0.12"
futures = "0.3.6"
hex = "0.4"
--
2.37.1