Skip to content

Commit 1f20a91

Browse files
committed
Pin swift-certificates; bump swift-crypto
1 parent 8e82f41 commit 1f20a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,10 +721,10 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
721721
// dependency version changes here with those projects.
722722
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")),
723723
.package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch),
724-
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.3.0")),
724+
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.4.0")),
725725
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
726726
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")),
727-
.package(url: "https://github.com/apple/swift-certificates.git", branch: "main"),
727+
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.1.0")),
728728
]
729729
} else {
730730
package.dependencies += [

0 commit comments

Comments
 (0)