Skip to content

Commit

Permalink
Do not crash on empty string in Crypter (#2059)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1201493110486074/1205490564949137
Tech Design URL:
CC:

Description:

Do not crash in case we provide empty string in crypter.
  • Loading branch information
bwaresiak authored Oct 2, 2023
1 parent 3c0bd51 commit 11167cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8956,7 +8956,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 80.4.0;
version = 80.4.1;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "8192bc4708c36fda09667f1e84c2e29d3a725c0c",
"version": "80.4.0"
"revision": "9dea0583dc6269971fb4728bd3efa1ed53f88306",
"version": "80.4.1"
}
},
{
Expand Down

0 comments on commit 11167cf

Please sign in to comment.