From 781e68decc81dc33a6a7593ab88b1e074a8ee051 Mon Sep 17 00:00:00 2001 From: Dax Mobile <44842493+daxmobile@users.noreply.github.com> Date: Wed, 20 Sep 2023 03:27:04 -0500 Subject: [PATCH] Update autofill to 8.3.0 (#507) Task/Issue URL: https://app.asana.com/0/1205523970598663/1205523970598663 Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/8.3.0 Description Updates Autofill to version 8.3.0. --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 543720153..216c437c5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "20a6aeddbd86b43fd83c42aa45fdd9ec6db0e0f7", - "version" : "8.2.0" + "revision" : "21aa20e272b7de06e471c6e646d25e26a5887b60", + "version" : "8.3.0" } }, { diff --git a/Package.swift b/Package.swift index b9bc04e7e..88a1a6574 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.2.0"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "8.3.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"),