We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03f3db commit e3ab15aCopy full SHA for e3ab15a
_Packages/Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
11
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
12
.package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
13
- .package(url: "https://github.com/apple/swift-crypto", from: "3.2.0"),
+ .package(url: "https://github.com/apple/swift-crypto", from: "3.10.2"),
14
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.2"),
15
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
16
],
0 commit comments