From 4d8d505e6747ed21b4b4120543fb039dad967aa1 Mon Sep 17 00:00:00 2001 From: Dax Mobile <44842493+daxmobile@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:09:44 -0500 Subject: [PATCH] Update autofill to 8.4.0 (#509) Task/Issue URL: https://app.asana.com/0/1205538042573900/1205538042573900 Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/8.4.0 Description Updates Autofill to version 8.4.0. --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 216c437c5..7ad89b142 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "21aa20e272b7de06e471c6e646d25e26a5887b60", - "version" : "8.3.0" + "revision" : "f3eccad8647fdba2b5d180a02a0513c61375b8fb", + "version" : "8.4.0" } }, { diff --git a/Package.swift b/Package.swift index 88a1a6574..6d2bd3354 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.3.0"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "8.4.0"), .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"),