From fc798f7ffcf597d935af5f32a01f38285c4cc3c1 Mon Sep 17 00:00:00 2001 From: Francesco Paolo Severino Date: Thu, 21 May 2026 13:58:44 +0200 Subject: [PATCH] Support Swift Crypto v4 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index df498005..6a1393dd 100644 --- a/Package.swift +++ b/Package.swift @@ -40,7 +40,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.10.1"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"), - .package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"), + .package(url: "https://github.com/apple/swift-crypto.git", "3.0.0"..<"5.0.0"), .package(url: "https://github.com/grpc/grpc-swift-2.git", from: "2.3.0"), .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "2.4.4"), .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "2.2.0"),