Skip to content

Commit 8d887ec

Browse files
authored
refactor: Update dependencies (#35)
* refactor: Update dependencies * revert test * move file back to original location
1 parent 1edc640 commit 8d887ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

+6-6
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
"kind" : "remoteSourceControl",
114114
"location" : "https://github.com/apple/swift-metrics.git",
115115
"state" : {
116-
"revision" : "e8bced74bc6d747745935e469f45d03f048d6cbd",
117-
"version" : "2.3.4"
116+
"revision" : "34025104068262db0cc998ace178975c5ff4f36b",
117+
"version" : "2.4.0"
118118
}
119119
},
120120
{
@@ -176,17 +176,17 @@
176176
"kind" : "remoteSourceControl",
177177
"location" : "https://github.com/vapor/vapor.git",
178178
"state" : {
179-
"revision" : "8b79ff0bd264a33bd0b7471dcf50dd1be983f992",
180-
"version" : "4.76.3"
179+
"revision" : "9a340de4995e5a9dade4ff4c51cd2e6ae30c12d6",
180+
"version" : "4.77.0"
181181
}
182182
},
183183
{
184184
"identity" : "websocket-kit",
185185
"kind" : "remoteSourceControl",
186186
"location" : "https://github.com/vapor/websocket-kit.git",
187187
"state" : {
188-
"revision" : "2ec14506d5f8199926906dc5a620ac22b147db86",
189-
"version" : "2.13.0"
188+
"revision" : "53fe0639a98903858d0196b699720decb42aee7b",
189+
"version" : "2.14.0"
190190
}
191191
}
192192
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.76.2")),
19+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.77.0")),
2020
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
2121
.upToNextMajor(from: "5.7.0"))
2222
],

0 commit comments

Comments
 (0)