Skip to content

Commit

Permalink
chore(deps): update dependency vapor/vapor to v4.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed May 8, 2024
1 parent 0db8c86 commit 11435f1
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 20 deletions.
17 changes: 13 additions & 4 deletions examples/vapor_example/swift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "702cd7c56d5d44eeba73fdf83918339b26dc855c",
"version" : "2.62.0"
"revision" : "359c461e5561d22c6334828806cc25d759ca7aa6",
"version" : "2.65.0"
}
},
{
Expand Down Expand Up @@ -216,13 +216,22 @@
"version" : "1.0.2"
}
},
{
"identity" : "swift-system",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-system.git",
"state" : {
"revision" : "025bcb1165deab2e20d4eaba79967ce73013f496",
"version" : "1.2.1"
}
},
{
"identity" : "vapor",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/vapor.git",
"state" : {
"revision" : "0311f9a7eadf5117808c50dd2c7d3cfd6b95d064",
"version" : "4.93.1"
"revision" : "cdbbd04f8d1f7d1cfb6a764480a56a611d0abdda",
"version" : "4.97.0"
}
},
{
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.93.1"),
.package(url: "https://github.com/vapor/vapor.git", exact: "4.97.0"),
.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
12 changes: 10 additions & 2 deletions examples/vapor_example/swift/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def swift_dependencies():
# version: 2.58.0
swift_package(
name = "swiftpkg_swift_nio",
commit = "702cd7c56d5d44eeba73fdf83918339b26dc855c",
commit = "359c461e5561d22c6334828806cc25d759ca7aa6",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/apple/swift-nio.git",
)
Expand Down Expand Up @@ -193,10 +193,18 @@ def swift_dependencies():
remote = "https://github.com/apple/swift-numerics",
)

# version: 1.2.1
swift_package(
name = "swiftpkg_swift_system",
commit = "025bcb1165deab2e20d4eaba79967ce73013f496",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/apple/swift-system.git",
)

# version: 4.81.0
swift_package(
name = "swiftpkg_vapor",
commit = "0311f9a7eadf5117808c50dd2c7d3cfd6b95d064",
commit = "cdbbd04f8d1f7d1cfb6a764480a56a611d0abdda",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/vapor/vapor.git",
)
Expand Down
122 changes: 109 additions & 13 deletions examples/vapor_example/swift/deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,9 @@
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand All @@ -418,7 +420,9 @@
"NIOHTTP1",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand Down Expand Up @@ -449,7 +453,9 @@
"NIOHTTP1",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand Down Expand Up @@ -478,7 +484,9 @@
"NIOHTTP1",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand Down Expand Up @@ -514,7 +522,9 @@
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand All @@ -533,7 +543,9 @@
"NIOHTTP1",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand All @@ -553,6 +565,16 @@
"NIOTestUtils"
]
},
{
"name": "NIOFileSystem",
"c99name": "NIOFileSystem",
"src_type": "swift",
"label": "@swiftpkg_swift_nio//:NIOFileSystem.rspm",
"package_identity": "swift-nio",
"product_memberships": [
"_NIOFileSystem"
]
},
{
"name": "NIOFoundationCompat",
"c99name": "NIOFoundationCompat",
Expand Down Expand Up @@ -589,7 +611,9 @@
"NIOHTTP1",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand Down Expand Up @@ -638,7 +662,9 @@
"NIOHTTP1",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
Expand Down Expand Up @@ -667,7 +693,30 @@
"NIOHTTP1",
"NIOFoundationCompat",
"NIOWebSocket",
"NIOTestUtils"
"NIOTestUtils",
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
"name": "_NIOFileSystem",
"c99name": "_NIOFileSystem",
"src_type": "swift",
"label": "@swiftpkg_swift_nio//:_NIOFileSystem.rspm",
"package_identity": "swift-nio",
"product_memberships": [
"_NIOFileSystem",
"_NIOFileSystemFoundationCompat"
]
},
{
"name": "_NIOFileSystemFoundationCompat",
"c99name": "_NIOFileSystemFoundationCompat",
"src_type": "swift",
"label": "@swiftpkg_swift_nio//:_NIOFileSystemFoundationCompat.rspm",
"package_identity": "swift-nio",
"product_memberships": [
"_NIOFileSystemFoundationCompat"
]
},
{
Expand Down Expand Up @@ -841,6 +890,26 @@
"RealModule"
]
},
{
"name": "CSystem",
"c99name": "CSystem",
"src_type": "clang",
"label": "@swiftpkg_swift_system//:CSystem.rspm",
"package_identity": "swift-system",
"product_memberships": [
"SystemPackage"
]
},
{
"name": "SystemPackage",
"c99name": "SystemPackage",
"src_type": "swift",
"label": "@swiftpkg_swift_system//:SystemPackage.rspm",
"package_identity": "swift-system",
"product_memberships": [
"SystemPackage"
]
},
{
"name": "CVaporBcrypt",
"c99name": "CVaporBcrypt",
Expand Down Expand Up @@ -1173,6 +1242,18 @@
"type": "library",
"label": "@swiftpkg_swift_nio//:_NIOConcurrency"
},
{
"identity": "swift-nio",
"name": "_NIOFileSystem",
"type": "library",
"label": "@swiftpkg_swift_nio//:_NIOFileSystem"
},
{
"identity": "swift-nio",
"name": "_NIOFileSystemFoundationCompat",
"type": "library",
"label": "@swiftpkg_swift_nio//:_NIOFileSystemFoundationCompat"
},
{
"identity": "swift-numerics",
"name": "ComplexModule",
Expand All @@ -1191,6 +1272,12 @@
"type": "library",
"label": "@swiftpkg_swift_numerics//:RealModule"
},
{
"identity": "swift-system",
"name": "SystemPackage",
"type": "library",
"label": "@swiftpkg_swift_system//:SystemPackage"
},
{
"identity": "vapor",
"name": "Vapor",
Expand Down Expand Up @@ -1378,9 +1465,9 @@
"name": "swiftpkg_swift_nio",
"identity": "swift-nio",
"remote": {
"commit": "702cd7c56d5d44eeba73fdf83918339b26dc855c",
"commit": "359c461e5561d22c6334828806cc25d759ca7aa6",
"remote": "https://github.com/apple/swift-nio.git",
"version": "2.62.0"
"version": "2.65.0"
}
},
{
Expand Down Expand Up @@ -1429,13 +1516,22 @@
"version": "1.0.2"
}
},
{
"name": "swiftpkg_swift_system",
"identity": "swift-system",
"remote": {
"commit": "025bcb1165deab2e20d4eaba79967ce73013f496",
"remote": "https://github.com/apple/swift-system.git",
"version": "1.2.1"
}
},
{
"name": "swiftpkg_vapor",
"identity": "vapor",
"remote": {
"commit": "0311f9a7eadf5117808c50dd2c7d3cfd6b95d064",
"commit": "cdbbd04f8d1f7d1cfb6a764480a56a611d0abdda",
"remote": "https://github.com/vapor/vapor.git",
"version": "4.93.1"
"version": "4.97.0"
}
},
{
Expand Down

0 comments on commit 11435f1

Please sign in to comment.