From 5f61de7efac9e0de4f81dcb415a2148c3d60e3ea Mon Sep 17 00:00:00 2001 From: GioSensation <1828326+GioSensation@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:00:29 +0000 Subject: [PATCH] Update autofill to 11.0.0 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 8601e9d2e..814d73407 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "6493e296934bf09277c03df45f11f4619711cb24", - "version" : "10.2.0" + "revision" : "8b046b1f89c580217346876f08319c642cc698c7", + "version" : "11.0.0" } }, { diff --git a/Package.swift b/Package.swift index 2d6c912f6..946fc70af 100644 --- a/Package.swift +++ b/Package.swift @@ -38,7 +38,7 @@ let package = Package( .library(name: "Suggestions", targets: ["Suggestions"]), ], dependencies: [ - .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "10.2.0"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "11.0.0"), .package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.3.0"), .package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "1.2.2"), .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),