Skip to content

Commit

Permalink
refactor: Update dependencies (#35)
Browse files Browse the repository at this point in the history
* refactor: Update dependencies

* revert test

* move file back to original location
  • Loading branch information
cbaker6 committed May 30, 2023
1 parent 1edc640 commit 8d887ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-metrics.git",
"state" : {
"revision" : "e8bced74bc6d747745935e469f45d03f048d6cbd",
"version" : "2.3.4"
"revision" : "34025104068262db0cc998ace178975c5ff4f36b",
"version" : "2.4.0"
}
},
{
Expand Down Expand Up @@ -176,17 +176,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "8b79ff0bd264a33bd0b7471dcf50dd1be983f992",
"version" : "4.76.3"
"revision" : "9a340de4995e5a9dade4ff4c51cd2e6ae30c12d6",
"version" : "4.77.0"
}
},
{
"identity" : "websocket-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/websocket-kit.git",
"state" : {
"revision" : "2ec14506d5f8199926906dc5a620ac22b147db86",
"version" : "2.13.0"
"revision" : "53fe0639a98903858d0196b699720decb42aee7b",
"version" : "2.14.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.76.2")),
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.77.0")),
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
.upToNextMajor(from: "5.7.0"))
],
Expand Down

0 comments on commit 8d887ec

Please sign in to comment.