Skip to content

Commit 016448a

Browse files
authored
Pin swift-certificates; bump swift-crypto (#6262)
1 parent fed585e commit 016448a

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)