From f935f89cee81e5b0c2b7537bcb0542feff69f8da Mon Sep 17 00:00:00 2001 From: Bradley Mackey Date: Wed, 17 Jun 2026 10:08:40 +0100 Subject: [PATCH] Update swiftui-toasts to 1.1.1 --- .../xcshareddata/swiftpm/Package.resolved | 10 +++++----- Vault/Package.resolved | 10 +++++----- Vault/Package.swift | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved index ed6b8895..b0cb0ee4 100644 --- a/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Vault.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "53caa1a3fa2e098bae16dc5c68443167bcba237c985d14dc72a27a1c1f6f2dac", + "originHash" : "9a84befbaaf952ed7a8b8c122c3dfb2225e633a65c7ab9812a3b86103d53a1dc", "pins" : [ { "identity" : "bigint", @@ -114,8 +114,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sunghyun-k/swiftui-toasts.git", "state" : { - "revision" : "a9e96531424d3d0f6891076efefe86bb911448dc", - "version" : "0.2.0" + "revision" : "9412602c30dff5cba211a984df12976250daf495", + "version" : "1.1.1" } }, { @@ -123,8 +123,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sunghyun-k/swiftui-window-overlay.git", "state" : { - "revision" : "fb292c878923bd4d2811ab9605992aa10b45b07a", - "version" : "1.0.0" + "revision" : "46739300713772a62a3bf31d77f8f23ba9cf61f7", + "version" : "1.0.2" } }, { diff --git a/Vault/Package.resolved b/Vault/Package.resolved index ed6b8895..b0cb0ee4 100644 --- a/Vault/Package.resolved +++ b/Vault/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "53caa1a3fa2e098bae16dc5c68443167bcba237c985d14dc72a27a1c1f6f2dac", + "originHash" : "9a84befbaaf952ed7a8b8c122c3dfb2225e633a65c7ab9812a3b86103d53a1dc", "pins" : [ { "identity" : "bigint", @@ -114,8 +114,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sunghyun-k/swiftui-toasts.git", "state" : { - "revision" : "a9e96531424d3d0f6891076efefe86bb911448dc", - "version" : "0.2.0" + "revision" : "9412602c30dff5cba211a984df12976250daf495", + "version" : "1.1.1" } }, { @@ -123,8 +123,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sunghyun-k/swiftui-window-overlay.git", "state" : { - "revision" : "fb292c878923bd4d2811ab9605992aa10b45b07a", - "version" : "1.0.0" + "revision" : "46739300713772a62a3bf31d77f8f23ba9cf61f7", + "version" : "1.0.2" } }, { diff --git a/Vault/Package.swift b/Vault/Package.swift index 695675e3..88968a95 100644 --- a/Vault/Package.swift +++ b/Vault/Package.swift @@ -50,7 +50,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.19.2"), .package(url: "https://github.com/attaswift/BigInt.git", exact: "5.7.0"), .package(url: "https://github.com/krzyzanowskim/CryptoSwift", exact: "1.10.0"), - .package(url: "https://github.com/sunghyun-k/swiftui-toasts.git", exact: "0.2.0"), + .package(url: "https://github.com/sunghyun-k/swiftui-toasts.git", exact: "1.1.1"), .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.1"),