Skip to content

Commit 2068a56

Browse files
Update dependency apple/swift-crypto to v4
1 parent 5a1caa3 commit 2068a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"),
22-
.package(url: "https://github.com/apple/swift-crypto", from: "3.15.1"),
22+
.package(url: "https://github.com/apple/swift-crypto", from: "4.2.0"),
2323
.package(url: "https://github.com/apple/swift-log.git", from: "1.10.1"),
2424
.package(url: "https://github.com/apple/swift-system", from: "1.6.4"),
2525

0 commit comments

Comments
 (0)