diff --git a/Package.swift b/Package.swift index 57d6200..cc12793 100644 --- a/Package.swift +++ b/Package.swift @@ -26,7 +26,7 @@ let package = Package( .package(url: "https://github.com/Boilertalk/secp256k1.swift.git", .exact("0.1.6")), // 🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), PEM and DER file handling, and random data generation. .package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "1.0.0")), - .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.0")), + .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exactItem("1.5.1")), .package(url: "https://github.com/swift-libp2p/swift-multihash.git", .upToNextMajor(from: "0.0.1")), ], targets: [