Skip to content

Commit ed00905

Browse files
Update dependency apple/swift-crypto to from: "3.10.1" (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44659e6 commit ed00905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_Packages/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
1111
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
1212
.package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
13-
.package(url: "https://github.com/apple/swift-crypto", from: "3.10.0"),
13+
.package(url: "https://github.com/apple/swift-crypto", from: "3.10.1"),
1414
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.2"),
1515
.package(url: "https://github.com/apple/swift-system", from: "1.4.0"),
1616
],

0 commit comments

Comments
 (0)