From 191cf182eed2f515a8f63a2cc6134233314f5801 Mon Sep 17 00:00:00 2001 From: alistairjcbrown Date: Wed, 18 Oct 2023 10:04:56 +0000 Subject: [PATCH] Update autofill to 9.0.0 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 46c243c63..048b534ec 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "6dd7d696d4e666cedb2f1890a46fe53615226646", - "version" : "8.4.2" + "revision" : "c8e895c8fd50dc76e8d8dc827a636ad77b7f46ff", + "version" : "9.0.0" } }, { diff --git a/Package.swift b/Package.swift index a10ae7fc0..a6bcb64c7 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.4.2"), + .package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "9.0.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"),