From de0d369eb7707f97aa196cf41b596af443bba0ff Mon Sep 17 00:00:00 2001 From: Bradley Mackey Date: Tue, 16 Jun 2026 10:39:58 +0100 Subject: [PATCH] Update swift-security to 2.5.1 --- Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved | 6 +++--- Vault/Package.resolved | 6 +++--- Vault/Package.swift | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved index d9d9c76f..ed6b8895 100644 --- a/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "d043e3ea53bbfc3b139fe272b4d26da3cf79efd2353b8fe2c7e309ad120aa81f", + "originHash" : "53caa1a3fa2e098bae16dc5c68443167bcba237c985d14dc72a27a1c1f6f2dac", "pins" : [ { "identity" : "bigint", @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/dm-zharov/swift-security.git", "state" : { - "revision" : "d29203624538b6fdcd465ae9086510f652df057b", - "version" : "2.5.0" + "revision" : "7b17d3b0e9974d69082c1ef2d5b6504033470fd1", + "version" : "2.5.1" } }, { diff --git a/Vault/Package.resolved b/Vault/Package.resolved index d9d9c76f..ed6b8895 100644 --- a/Vault/Package.resolved +++ b/Vault/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "d043e3ea53bbfc3b139fe272b4d26da3cf79efd2353b8fe2c7e309ad120aa81f", + "originHash" : "53caa1a3fa2e098bae16dc5c68443167bcba237c985d14dc72a27a1c1f6f2dac", "pins" : [ { "identity" : "bigint", @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/dm-zharov/swift-security.git", "state" : { - "revision" : "d29203624538b6fdcd465ae9086510f652df057b", - "version" : "2.5.0" + "revision" : "7b17d3b0e9974d69082c1ef2d5b6504033470fd1", + "version" : "2.5.1" } }, { diff --git a/Vault/Package.swift b/Vault/Package.swift index a10ac9c8..695675e3 100644 --- a/Vault/Package.swift +++ b/Vault/Package.swift @@ -53,7 +53,7 @@ let package = Package( .package(url: "https://github.com/sunghyun-k/swiftui-toasts.git", exact: "0.2.0"), .package(url: "https://github.com/apple/swift-argument-parser", exact: "1.6.2"), .package(url: "https://github.com/twostraws/CodeScanner", exact: "2.5.2"), - .package(url: "https://github.com/dm-zharov/swift-security.git", exact: "2.5.0"), + .package(url: "https://github.com/dm-zharov/swift-security.git", exact: "2.5.1"), .package(url: "https://github.com/gonzalezreal/swift-markdown-ui", exact: "2.4.1"), .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: swiftLintVersion), .package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.0"),