We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53fce2 commit acb83dbCopy full SHA for acb83db
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
],
19
dependencies: [
20
.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"),
+ .package(url: "https://github.com/apple/swift-crypto.git", "3.0.0" ..< "5.0.0"),
22
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
23
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
24
.package(url: "https://github.com/apple/swift-nio.git", from: "2.42.0"),
0 commit comments