Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Updated package dependencies (#219)
Browse files Browse the repository at this point in the history
- AsyncHTTPClient 1.19.0
- Swift DocC Plugin 1.3.0
- Swift Log 1.5.3
- SwiftNIO 2.58.0
- NIOSSL 2.25.0
- NIOTransportServices 1.19.0
  • Loading branch information
o-nnerb authored Aug 22, 2023
1 parent f98f5fd commit 7d99c2d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/async-http-client",
"state" : {
"revision" : "78db67e5bf4a8543075787f228e8920097319281",
"version" : "1.18.0"
"revision" : "16f7e62c08c6969899ce6cc277041e868364e5cf",
"version" : "1.19.0"
}
},
{
Expand All @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin.git",
"state" : {
"revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
"version" : "1.2.0"
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
}
},
{
Expand All @@ -50,17 +50,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "32e8d724467f8fe623624570367e3d50c5638e46",
"version" : "1.5.2"
"revision" : "532d8b529501fb73a2455b179e0bbb6d49b652ed",
"version" : "1.5.3"
}
},
{
"identity" : "swift-nio",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "6213ba7a06febe8fef60563a4a7d26a4085783cf",
"version" : "2.54.0"
"revision" : "cf281631ff10ec6111f2761052aa81896a83a007",
"version" : "2.58.0"
}
},
{
Expand All @@ -86,17 +86,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-ssl.git",
"state" : {
"revision" : "e866a626e105042a6a72a870c88b4c531ba05f83",
"version" : "2.24.0"
"revision" : "320bd978cceb8e88c125dcbb774943a92f6286e9",
"version" : "2.25.0"
}
},
{
"identity" : "swift-nio-transport-services",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-transport-services.git",
"state" : {
"revision" : "c0d9a144cfaec8d3d596aadde3039286a266c15c",
"version" : "1.15.0"
"revision" : "e7403c35ca6bb539a7ca353b91cc2d8ec0362d58",
"version" : "1.19.0"
}
}
],
Expand Down
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/swift-server/async-http-client",
from: "1.18.0"
from: "1.19.0"
),
.package(
url: "https://github.com/apple/swift-docc-plugin.git",
from: "1.2.0"
from: "1.3.0"
),
.package(
url: "https://github.com/apple/swift-nio.git",
from: "2.54.0"
from: "2.58.0"
),
.package(
url: "https://github.com/apple/swift-nio-extras.git",
from: "1.19.0"
),
.package(
url: "https://github.com/apple/swift-nio-ssl.git",
from: "2.24.0"
from: "2.25.0"
),
.package(
url: "https://github.com/apple/swift-log.git",
from: "1.5.2"
from: "1.5.3"
)
],
targets: [
Expand Down

0 comments on commit 7d99c2d

Please sign in to comment.