Skip to content

Commit

Permalink
Update CryptoSwift to 1.7.0 (realm#4899)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Apr 17, 2023
1 parent 3ef44cf commit f9b0e9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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/krzyzanowskim/CryptoSwift.git",
"state" : {
"revision" : "19b3c3ceed117c5cc883517c4e658548315ba70b",
"version" : "1.6.0"
"revision" : "95c18f1c1bc44d5547728621ed680850368f7a45",
"version" : "1.7.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.5"),
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
.package(url: "https://github.com/JohnSundell/CollectionConcurrencyKit.git", from: "0.2.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.6.0"))
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.7.0"))
],
targets: [
.plugin(
Expand Down
7 changes: 3 additions & 4 deletions bazel/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ def swiftlint_repos(bzlmod = False):
url = "https://github.com/JohnSundell/CollectionConcurrencyKit/archive/refs/tags/0.2.0.tar.gz",
)

# https://github.com/krzyzanowskim/CryptoSwift/pull/989
http_archive(
name = "com_github_krzyzanowskim_cryptoswift",
sha256 = "bbabd3a5c5f50683d6eeb90cf3f7f7184e18065beaec7cccd2059ed3c9bac2ed",
sha256 = "da391c5c958dfbe35f461772b9a680f5cf5018ccc358ef92a5d8eb9eeb168004",
build_file = "@SwiftLint//bazel:CryptoSwift.BUILD",
strip_prefix = "CryptoSwift-ea07950124f7e44e88bd783bf29e6691a7866228",
url = "https://github.com/krzyzanowskim/CryptoSwift/archive/ea07950124f7e44e88bd783bf29e6691a7866228.tar.gz",
strip_prefix = "CryptoSwift-1.7.0",
url = "https://github.com/krzyzanowskim/CryptoSwift/archive/refs/tags/1.7.0.tar.gz",
)

def _swiftlint_repos_bzlmod(_):
Expand Down

0 comments on commit f9b0e9f

Please sign in to comment.