From 15d1ce84193afa635d97321bb06863af04554c29 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 20 Nov 2017 12:56:05 +0100 Subject: [PATCH] Updated KeePassKit to fix crash on Reference resolving (fixes #693) --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index 515f28e9..7f43ce54 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ github "sparkle-project/Sparkle" ~> 1.18.1 -github "MacPass/KeePassKit" ~> 1.7.5 +github "MacPass/KeePassKit" ~> 1.7.6 github "mstarke/HNHUi" ~> 1.4.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 3dcd8e2a..188246e5 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ -github "MacPass/KeePassKit" "1.7.6" +github "MacPass/KeePassKit" "1.7.7" github "mstarke/HNHUi" "1.4.1" github "sparkle-project/Sparkle" "1.18.1"