diff --git a/Package.resolved b/Package.resolved index cd8aeaa..78c7658 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git", "state": { "branch": null, - "revision": "c9c3df6ab812de32bae61fc0cd1bf6d45170ebf0", - "version": "1.8.2" + "revision": "678d442c6f7828def400a70ae15968aef67ef52d", + "version": "1.8.3" } }, { diff --git a/Package.swift b/Package.swift index d47e02f..7ad0c2e 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), .package(url: "https://github.com/apple/swift-log.git", .exact("1.6.1")), - .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.8.2")) + .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.8.3")) ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.