Skip to content

Commit 54aa011

Browse files
committed
fix: Update to latest packages
1 parent 0e5b1fa commit 54aa011

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Package.resolved

+18-18
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/vapor/console-kit.git",
2525
"state" : {
26-
"revision" : "dcaea6c7f6e29d3ffb80975b24319af85c0afef0",
27-
"version" : "4.8.0"
26+
"revision" : "ccd0773b3ad3c67a19918aaef6903678592bb087",
27+
"version" : "4.9.0"
2828
}
2929
},
3030
{
@@ -41,53 +41,53 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/netreconlab/Parse-Swift.git",
4343
"state" : {
44-
"revision" : "fc516a6e48c1c150a0ecac94910bc8dcedfc2e71",
45-
"version" : "5.8.1"
44+
"revision" : "5c3118cd5b50a5d8c0d0e97a75a32efafedfedda",
45+
"version" : "5.8.2"
4646
}
4747
},
4848
{
4949
"identity" : "routing-kit",
5050
"kind" : "remoteSourceControl",
5151
"location" : "https://github.com/vapor/routing-kit.git",
5252
"state" : {
53-
"revision" : "e0539da5b60a60d7381f44cdcf04036f456cee2f",
54-
"version" : "4.8.0"
53+
"revision" : "88077f2c9d12777dcc89562fa581888ff7ba14ae",
54+
"version" : "4.8.1"
5555
}
5656
},
5757
{
5858
"identity" : "swift-algorithms",
5959
"kind" : "remoteSourceControl",
6060
"location" : "https://github.com/apple/swift-algorithms.git",
6161
"state" : {
62-
"revision" : "b14b7f4c528c942f121c8b860b9410b2bf57825e",
63-
"version" : "1.0.0"
62+
"revision" : "bcd4f369ac962bc3e5244c9df778739f8f5bdbf1",
63+
"version" : "1.1.0"
6464
}
6565
},
6666
{
6767
"identity" : "swift-atomics",
6868
"kind" : "remoteSourceControl",
6969
"location" : "https://github.com/apple/swift-atomics.git",
7070
"state" : {
71-
"revision" : "6c89474e62719ddcc1e9614989fff2f68208fe10",
72-
"version" : "1.1.0"
71+
"revision" : "cd142fd2f64be2100422d658e7411e39489da985",
72+
"version" : "1.2.0"
7373
}
7474
},
7575
{
7676
"identity" : "swift-collections",
7777
"kind" : "remoteSourceControl",
7878
"location" : "https://github.com/apple/swift-collections.git",
7979
"state" : {
80-
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
81-
"version" : "1.0.4"
80+
"revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307",
81+
"version" : "1.0.5"
8282
}
8383
},
8484
{
8585
"identity" : "swift-crypto",
8686
"kind" : "remoteSourceControl",
8787
"location" : "https://github.com/apple/swift-crypto.git",
8888
"state" : {
89-
"revision" : "629f0b679d0fd0a6ae823d7f750b9ab032c00b80",
90-
"version" : "3.0.0"
89+
"revision" : "b51f1d6845b353a2121de1c6a670738ec33561a6",
90+
"version" : "3.1.0"
9191
}
9292
},
9393
{
@@ -131,8 +131,8 @@
131131
"kind" : "remoteSourceControl",
132132
"location" : "https://github.com/apple/swift-nio-http2.git",
133133
"state" : {
134-
"revision" : "a8ccf13fa62775277a5d56844878c828bbb3be1a",
135-
"version" : "1.27.0"
134+
"revision" : "9c22e4f810ce780453f563fba98e1a1039f83d56",
135+
"version" : "1.28.1"
136136
}
137137
},
138138
{
@@ -167,8 +167,8 @@
167167
"kind" : "remoteSourceControl",
168168
"location" : "https://github.com/vapor/vapor.git",
169169
"state" : {
170-
"revision" : "1f2b44b1739ff5cdec6c6dfec40020f5d4b2a813",
171-
"version" : "4.83.2"
170+
"revision" : "288d73a368ac0d0e228dd9b81eecc576b50b9d6d",
171+
"version" : "4.84.6"
172172
}
173173
},
174174
{

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.83.2")),
19+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.84.6")),
2020
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
21-
.upToNextMajor(from: "5.8.1"))
21+
.upToNextMajor(from: "5.8.2"))
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)