@@ -18,15 +18,15 @@ let package = Package(
18
18
dependencies: [
19
19
. package ( url: " https://github.com/apple/swift-log " , from: " 1.5.2 " ) ,
20
20
21
- . package ( url: " https://github.com/OperatorFoundation/Chord " , from: " 0.1.5 " ) ,
21
+ . package ( url: " https://github.com/OperatorFoundation/Chord " , from: " 0.1.6 " ) ,
22
22
. package ( url: " https://github.com/OperatorFoundation/Datable " , from: " 4.0.1 " ) ,
23
23
. package ( url: " https://github.com/OperatorFoundation/KeychainTypes " , from: " 1.0.2 " ) ,
24
- . package ( url: " https://github.com/OperatorFoundation/Nametag " , from: " 0.1.3 " ) ,
25
- . package ( url: " https://github.com/OperatorFoundation/Net " , from: " 0.0.10 " ) ,
26
- . package ( url: " https://github.com/OperatorFoundation/ShadowSwift " , from: " 5.0.3 " ) ,
27
- . package ( url: " https://github.com/OperatorFoundation/Straw " , from: " 1.0.4 " ) ,
24
+ . package ( url: " https://github.com/OperatorFoundation/Nametag " , from: " 0.1.4 " ) ,
25
+ . package ( url: " https://github.com/OperatorFoundation/Net " , from: " 0.0.11 " ) ,
26
+ . package ( url: " https://github.com/OperatorFoundation/ShadowSwift " , from: " 5.0.4 " ) ,
27
+ . package ( url: " https://github.com/OperatorFoundation/Straw " , from: " 1.0.6 " ) ,
28
28
. package ( url: " https://github.com/OperatorFoundation/SwiftHexTools " , from: " 1.2.6 " ) ,
29
- . package ( url: " https://github.com/OperatorFoundation/TransmissionAsync " , from: " 0.1.5 " ) ,
29
+ . package ( url: " https://github.com/OperatorFoundation/TransmissionAsync " , from: " 0.1.6 " ) ,
30
30
] ,
31
31
targets: [
32
32
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments