Skip to content

Commit

Permalink
Upgrade to Punycode 3.0.0 (#997)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1200194497630846/1208348353779307/f

Description:
This change upgrades Punycode to the latest release.
  • Loading branch information
ayoy authored Sep 23, 2024
1 parent 6e1520b commit cc3629f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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/content-scope-scripts",
"state" : {
"revision" : "9f3717b3913a12956f1386fe7b657f68545fba83",
"version" : "6.15.0"
"revision" : "4f0d109f13beec7e8beaf0bd5c0e2c1d528677f8",
"version" : "6.16.0"
}
},
{
Expand Down Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/gumob/PunycodeSwift.git",
"state" : {
"revision" : "4356ec54e073741449640d3d50a1fd24fd1e1b8b",
"version" : "2.1.0"
"revision" : "30a462bdb4398ea835a3585472229e0d74b36ba5",
"version" : "3.0.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/GRDB.swift.git", exact: "2.4.0"),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "2.1.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.15.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.16.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
.package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")
Expand Down Expand Up @@ -194,7 +194,7 @@ let package = Package(
.target(
name: "Common",
dependencies: [
.product(name: "Punnycode", package: "PunycodeSwift"),
.product(name: "Punycode", package: "PunycodeSwift"),
],
resources: [
.process("TLD/tlds.json")
Expand Down

0 comments on commit cc3629f

Please sign in to comment.