From 01bf4f7b5dfd2fac1d8e0abe9f63135336b2b8c7 Mon Sep 17 00:00:00 2001 From: CryptoSax Date: Mon, 8 Nov 2021 15:46:58 -0600 Subject: [PATCH] Update Package.swift --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 1026359..0336359 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), .package(url: "https://github.com/OperatorFoundation/Chord", from: "0.0.15"), .package(url: "https://github.com/OperatorFoundation/Datable", from: "3.1.1"), - .package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.8"), + .package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.9"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. @@ -50,9 +50,9 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), .package(url: "https://github.com/OperatorFoundation/Chord", from: "0.0.15"), .package(url: "https://github.com/OperatorFoundation/Datable", from: "3.1.1"), - .package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.8"), - .package(url: "https://github.com/OperatorFoundation/TransmissionLinux", from: "0.4.0"), - .package(url: "https://github.com/OperatorFoundation/SwiftQueue", from: "0.1.1") + .package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.9"), + .package(url: "https://github.com/OperatorFoundation/TransmissionLinux", from: "1.0.0"), + .package(url: "https://github.com/OperatorFoundation/SwiftQueue", from: "0.1.2") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.