diff --git a/Package.swift b/Package.swift index c9bceb19c..8856fa1f7 100644 --- a/Package.swift +++ b/Package.swift @@ -30,7 +30,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-atomics.git", from: "1.1.0"), - .package(url: "https://github.com/apple/swift-crypto.git", from: "1.0.0"), + .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"3.0.0"), .package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.1"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"), .package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"),