Skip to content

Commit

Permalink
Bump github.com/duckduckgo/duckduckgo-autofill from 16.2.0 to 16.2.1
Browse files Browse the repository at this point in the history
Bumps [github.com/duckduckgo/duckduckgo-autofill](https://github.com/duckduckgo/duckduckgo-autofill) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/duckduckgo/duckduckgo-autofill/releases)
- [Commits](duckduckgo/duckduckgo-autofill@16.2.0...16.2.1)

---
updated-dependencies:
- dependency-name: github.com/duckduckgo/duckduckgo-autofill
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent d9305ba commit ac0b7b8
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 @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/duckduckgo-autofill.git",
"state" : {
"revision" : "676d42679296a175169e433f2332e55644151edd",
"version" : "16.2.0"
"revision" : "3a9606fd26e9a54bf369cc241e6fa3b2571eb13a",
"version" : "16.2.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let package = Package(
.library(name: "PrivacyStats", targets: ["PrivacyStats"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "16.2.0"),
.package(url: "https://github.com/duckduckgo/duckduckgo-autofill.git", exact: "16.2.1"),
.package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.4.2"),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit.git", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.4.0"),
Expand Down

0 comments on commit ac0b7b8

Please sign in to comment.