Skip to content

Commit

Permalink
Update autofill to 6.4.3 (#279)
Browse files Browse the repository at this point in the history
Task/Issue URL:
Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/6.4.3

Description

Updates Autofill to version 6.4.3.
  • Loading branch information
daxmobile authored Mar 30, 2023
1 parent 695b5b3 commit 7c2c091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/duckduckgo-autofill.git",
"state" : {
"revision" : "26283ffcc7ed69a6853dfeca4514a2e552da2c96",
"version" : "6.4.1"
"revision" : "4aee97d550112ba6551e61ea8019fb1f1a2d3af7",
"version" : "6.4.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
.library(name: "Navigation", targets: ["Navigation"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "6.4.1"),
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "6.4.3"),
.package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.0.0"),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "1.2.1"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.0.1"),
Expand Down

0 comments on commit 7c2c091

Please sign in to comment.