Skip to content

Commit

Permalink
Merge pull request #3 from fizker/make-dependencies-stable
Browse files Browse the repository at this point in the history
Bumped dependencies
  • Loading branch information
m-barthelemy authored Dec 16, 2023
2 parents 6d36f86 + 2f57ec6 commit 0db76f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.1.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", branch: "main"),
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.0.0-beta.1"),
.package(url: "https://github.com/apple/swift-asn1.git", from: "1.0.0-beta.1")
.package(url: "https://github.com/apple/swift-crypto.git", "2.1.0" ..< "4.0.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.1"),
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-asn1.git", from: "1.1.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 0db76f6

Please sign in to comment.