Skip to content

Commit acb83db

Browse files
committed
Update to support swift-crypto
1 parent a53fce2 commit acb83db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
21-
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
21+
.package(url: "https://github.com/apple/swift-crypto.git", "3.0.0" ..< "5.0.0"),
2222
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
2323
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2424
.package(url: "https://github.com/apple/swift-nio.git", from: "2.42.0"),

0 commit comments

Comments
 (0)