Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed May 19, 2021
1 parent b38aa8a commit 9182a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/Elligator.git", from: "0.1.1"),
.package(url: "https://github.com/OperatorFoundation/HKDF.git", from: "3.0.2"),
.package(url: "https://github.com/OperatorFoundation/ProteanSwift.git", from: "1.2.0"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.4"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.5"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
.package(name: "Sodium", url: "https://github.com/OperatorFoundation/swift-sodium", from: "1.0.2"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools.git", from: "1.2.2"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git", from: "0.0.3"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.2.2"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.3")
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.5")
],
targets: [
.target(name: "Wisp", dependencies: [
Expand Down

0 comments on commit 9182a92

Please sign in to comment.