From 85ede20e9a2164dbf618622962d5497db48bd710 Mon Sep 17 00:00:00 2001 From: GioSensation Date: Fri, 11 Aug 2023 08:50:06 +0000 Subject: [PATCH] Update autofill to 8.1.2 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index e0e18ba90..3ad677667 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "b1160df954eea20cd4cdf9356afc369751981b16", - "version" : "8.0.0" + "revision" : "40bcd0d347b51d14e8114f191df2817d8dcb4284", + "version" : "8.1.2" } }, { diff --git a/Package.swift b/Package.swift index 756989de1..ec92911c4 100644 --- a/Package.swift +++ b/Package.swift @@ -31,7 +31,7 @@ let package = Package( .library(name: "SecureStorage", targets: ["SecureStorage"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "8.0.0"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "8.1.2"), .package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.2.0"), .package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "1.2.1"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),