Skip to content

Commit 611c941

Browse files
committed
Update swift-crypto range
1 parent 2c5e654 commit 611c941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.plugin(name: "ContainerImageBuilder", targets: ["ContainerImageBuilder"]),
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
27+
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
2828
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
2929
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.2.0"),
3030
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),

0 commit comments

Comments
 (0)