From 68e5b2fbef0f8610271ac34f0fa6f7f57d4eac1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:38:57 +0000 Subject: [PATCH] chore(deps): bump github.com/apple/swift-nio from 2.79.0 to 2.80.0 Bumps [github.com/apple/swift-nio](https://github.com/apple/swift-nio) from 2.79.0 to 2.80.0. - [Release notes](https://github.com/apple/swift-nio/releases) - [Commits](https://github.com/apple/swift-nio/compare/2.79.0...2.80.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-nio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index ef71add..b13806d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "b2de3f073b79c7115ba9e4e4cdbf79c7a59af371be6723a93e0e8ee27658bd0e", + "originHash" : "d6a9ea6f39a647056c7fc7df6bb953ffe9affe3b29926fac8da988375528e6d4", "pins" : [ { "identity" : "swift-atomics", @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio.git", "state" : { - "revision" : "ba72f31e11275fc5bf060c966cf6c1f36842a291", - "version" : "2.79.0" + "revision" : "dff45738d84a53dbc8ee899c306b3a7227f54f89", + "version" : "2.80.0" } }, { diff --git a/Package.swift b/Package.swift index ebe1224..9efd5ef 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/apple/swift-nio.git", exact: "2.79.0"), + .package(url: "https://github.com/apple/swift-nio.git", exact: "2.80.0"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.28.2"), .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.29.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.6.1")