Skip to content

Commit 33cde3c

Browse files
authored
Update NIO dependencies & fix performance checker warning (#240)
Updates our NIO dependencies to include https://github.com/apple/swift-nio/releases/tag/2.63.0 which fixes a performance checker warning seen when instantiating the NIO client from the main thread: apple/swift-nio#2620. Resolves #181.
1 parent ee84e5e commit 33cde3c

File tree

3 files changed

+33
-15
lines changed

3 files changed

+33
-15
lines changed

Examples/ElizaSwiftPackageApp/ElizaSwiftPackageApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ let package = Package(
4949
dependencies: [
5050
.package(
5151
url: "https://github.com/apple/swift-nio.git",
52-
from: "2.58.0"
52+
from: "2.63.0"
5353
),
5454
.package(
5555
url: "https://github.com/apple/swift-nio-http2.git",
56-
from: "1.27.0"
56+
from: "1.30.0"
5757
),
5858
.package(
5959
url: "https://github.com/apple/swift-nio-ssl.git",
60-
from: "2.25.0"
60+
from: "2.26.0"
6161
),
6262
.package(
6363
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)