From d6ef8f5a7408e08d918cac23e768da781556b861 Mon Sep 17 00:00:00 2001 From: Gus Cairo Date: Wed, 15 Jul 2026 15:52:28 +0100 Subject: [PATCH] Update NIO dependency --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 11a5bd2..5cbec88 100644 --- a/Package.swift +++ b/Package.swift @@ -55,7 +55,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.4.1"), .package(url: "https://github.com/apple/swift-certificates.git", from: "1.19.1"), .package(url: "https://github.com/apple/swift-log.git", from: "1.14.0"), - .package(url: "https://github.com/apple/swift-nio.git", from: "2.100.0"), + .package(url: "https://github.com/apple/swift-nio.git", from: "2.101.3"), .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.37.0"), .package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.34.1"), .package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.44.0"),