Skip to content

Commit

Permalink
Update dependencies (#35)
Browse files Browse the repository at this point in the history
* update swift-crypto and remove swift-certificates

* add trailing comma
  • Loading branch information
marius-se authored Feb 12, 2024
1 parent 0e97beb commit 95ce094
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/unrelentingtech/SwiftCBOR.git", from: "0.4.5"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "2.0.0" ..< "4.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-certificates.git", from: "0.3.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")
],
targets: [
Expand All @@ -38,7 +37,6 @@ let package = Package(
.product(name: "Crypto", package: "swift-crypto"),
.product(name: "_CryptoExtras", package: "swift-crypto"),
.product(name: "Logging", package: "swift-log"),
.product(name: "X509", package: "swift-certificates")
]
),
.testTarget(name: "WebAuthnTests", dependencies: [
Expand Down

0 comments on commit 95ce094

Please sign in to comment.