From 87e7cf532136a03dfc2ef81d638be06457de4ad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:33:01 +0000 Subject: [PATCH] chore(deps): update dependency apple/swift-nio to from: "2.77.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 6fc64bd..eb08346 100644 --- a/Package.swift +++ b/Package.swift @@ -26,7 +26,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/tuist/Path", .upToNextMajor(from: "0.3.8")), - .package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.76.1")), + .package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.77.0")), .package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.6.2")), .package(url: "https://github.com/weichsel/ZIPFoundation", .upToNextMajor(from: "0.9.19")), ],