void-packages/srcpkgs/sss-cli/patches/0001-Update-Cargo.lock.patch

35 lines
754 B
Diff

From 38727743d904261ac74caa3750ef801ba88092ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
<jan.christian@gruenhage.xyz>
Date: Sat, 8 Apr 2023 19:18:31 +0200
Subject: [PATCH] Update Cargo.lock
---
Cargo.lock | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Cargo.lock b/Cargo.lock
index a57c5d8..27278d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "aho-corasick"
version = "0.7.15"
@@ -253,7 +255,7 @@ dependencies = [
[[package]]
name = "shamirsecretsharing-cli"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"atty",
"clap",
--
2.40.0