Skip to content

Commit

Permalink
refactor: Update Vapor to 4.92.1 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Jan 25, 2024
1 parent 95a5f00 commit 12db874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "d5025b3fa0aac5d0b636532a86d6ed705e55e9a3",
"version" : "4.92.0"
"revision" : "4942d74e8493fc918ed6144c835c8a0e6affd4f4",
"version" : "4.92.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/vapor/vapor.git",
.upToNextMajor(from: "4.92.0")
.upToNextMajor(from: "4.92.1")
),
.package(
url: "https://github.com/netreconlab/Parse-Swift.git",
Expand Down

0 comments on commit 12db874

Please sign in to comment.