Skip to content

Commit

Permalink
chore(deps): update dependency vapor/vapor to v4.92.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Feb 7, 2024
1 parent 487b679 commit 2e9d1e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/vapor_example/swift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "4942d74e8493fc918ed6144c835c8a0e6affd4f4",
"version" : "4.92.1"
"revision" : "664a06346c5429025d3ffdfa63b93978a8cdd096",
"version" : "4.92.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "vapor_example",
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", exact: "4.92.1"),
.package(url: "https://github.com/vapor/vapor.git", exact: "4.92.2"),
.package(url: "https://github.com/vapor/fluent.git", exact: "4.9.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.6.0"),
]
Expand Down
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def swift_dependencies():
# version: 4.81.0
swift_package(
name = "swiftpkg_vapor",
commit = "4942d74e8493fc918ed6144c835c8a0e6affd4f4",
commit = "664a06346c5429025d3ffdfa63b93978a8cdd096",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/vapor/vapor.git",
)
Expand Down
4 changes: 2 additions & 2 deletions examples/vapor_example/swift/deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1541,9 +1541,9 @@
"name": "swiftpkg_vapor",
"identity": "vapor",
"remote": {
"commit": "4942d74e8493fc918ed6144c835c8a0e6affd4f4",
"commit": "664a06346c5429025d3ffdfa63b93978a8cdd096",
"remote": "https://github.com/vapor/vapor.git",
"version": "4.92.1"
"version": "4.92.2"
}
},
{
Expand Down

0 comments on commit 2e9d1e4

Please sign in to comment.