Skip to content

Commit 95ce094

Browse files
authored
Update dependencies (#35)
* update swift-crypto and remove swift-certificates * add trailing comma
1 parent 0e97beb commit 95ce094

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ let package = Package(
2525
],
2626
dependencies: [
2727
.package(url: "https://github.com/unrelentingtech/SwiftCBOR.git", from: "0.4.5"),
28-
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.0.0"),
28+
.package(url: "https://github.com/apple/swift-crypto.git", "2.0.0" ..< "4.0.0"),
2929
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
30-
.package(url: "https://github.com/apple/swift-certificates.git", from: "0.3.0"),
3130
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")
3231
],
3332
targets: [
@@ -38,7 +37,6 @@ let package = Package(
3837
.product(name: "Crypto", package: "swift-crypto"),
3938
.product(name: "_CryptoExtras", package: "swift-crypto"),
4039
.product(name: "Logging", package: "swift-log"),
41-
.product(name: "X509", package: "swift-certificates")
4240
]
4341
),
4442
.testTarget(name: "WebAuthnTests", dependencies: [

0 commit comments

Comments
 (0)