Skip to content

Commit 4d10c83

Browse files
committed
Update Package.swift
1 parent 0e8cab9 commit 4d10c83

File tree

2 files changed

+40
-13
lines changed

2 files changed

+40
-13
lines changed

Package.resolved

+39-12
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/swift-server/async-http-client.git",
77
"state": {
88
"branch": null,
9-
"revision": "a72c5adce3986ff6b5092ae0464a8f2675087860",
10-
"version": "1.2.3"
9+
"revision": "78db67e5bf4a8543075787f228e8920097319281",
10+
"version": "1.18.0"
1111
}
1212
},
1313
{
@@ -19,6 +19,24 @@
1919
"version": "0.3.2"
2020
}
2121
},
22+
{
23+
"package": "swift-atomics",
24+
"repositoryURL": "https://github.com/apple/swift-atomics.git",
25+
"state": {
26+
"branch": null,
27+
"revision": "6c89474e62719ddcc1e9614989fff2f68208fe10",
28+
"version": "1.1.0"
29+
}
30+
},
31+
{
32+
"package": "swift-collections",
33+
"repositoryURL": "https://github.com/apple/swift-collections.git",
34+
"state": {
35+
"branch": null,
36+
"revision": "937e904258d22af6e447a0b72c0bc67583ef64a2",
37+
"version": "1.0.4"
38+
}
39+
},
2240
{
2341
"package": "swift-driver",
2442
"repositoryURL": "https://github.com/apple/swift-driver.git",
@@ -42,44 +60,53 @@
4260
"repositoryURL": "https://github.com/apple/swift-log.git",
4361
"state": {
4462
"branch": null,
45-
"revision": "12d3a8651d32295794a850307f77407f95b8c881",
46-
"version": "1.4.1"
63+
"revision": "32e8d724467f8fe623624570367e3d50c5638e46",
64+
"version": "1.5.2"
4765
}
4866
},
4967
{
5068
"package": "swift-nio",
5169
"repositoryURL": "https://github.com/apple/swift-nio.git",
5270
"state": {
5371
"branch": null,
54-
"revision": "6d3ca7e54e06a69d0f2612c2ce8bb8b7319085a4",
55-
"version": "2.26.0"
72+
"revision": "6213ba7a06febe8fef60563a4a7d26a4085783cf",
73+
"version": "2.54.0"
5674
}
5775
},
5876
{
5977
"package": "swift-nio-extras",
6078
"repositoryURL": "https://github.com/apple/swift-nio-extras.git",
6179
"state": {
6280
"branch": null,
63-
"revision": "de1c80ad1fdff1ba772bcef6b392c3ef735f39a6",
64-
"version": "1.8.0"
81+
"revision": "0e0d0aab665ff1a0659ce75ac003081f2b1c8997",
82+
"version": "1.19.0"
83+
}
84+
},
85+
{
86+
"package": "swift-nio-http2",
87+
"repositoryURL": "https://github.com/apple/swift-nio-http2.git",
88+
"state": {
89+
"branch": null,
90+
"revision": "a8ccf13fa62775277a5d56844878c828bbb3be1a",
91+
"version": "1.27.0"
6592
}
6693
},
6794
{
6895
"package": "swift-nio-ssl",
6996
"repositoryURL": "https://github.com/apple/swift-nio-ssl.git",
7097
"state": {
7198
"branch": null,
72-
"revision": "4c933e955b8797f5a5a90bd2a0fb411fdb11bb94",
73-
"version": "2.10.3"
99+
"revision": "e866a626e105042a6a72a870c88b4c531ba05f83",
100+
"version": "2.24.0"
74101
}
75102
},
76103
{
77104
"package": "swift-nio-transport-services",
78105
"repositoryURL": "https://github.com/apple/swift-nio-transport-services.git",
79106
"state": {
80107
"branch": null,
81-
"revision": "1d28d48e071727f4558a8a4bb1894472abc47a58",
82-
"version": "1.9.2"
108+
"revision": "41f4098903878418537020075a4d8a6e20a0b182",
109+
"version": "1.17.0"
83110
}
84111
},
85112
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.executable(name: "swift-dependency-graph", targets: ["swift-dependency-graph"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"),
13+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.4.1"),
1414
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("swift-5.4-RELEASE")),
1515
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "0.3.0")
1616
],

0 commit comments

Comments
 (0)