Skip to content

Commit 5d7618c

Browse files
author
Self-hosted Renovate Bot
committed
chore(deps): update dependency vapor/vapor to v4.94.0
1 parent d671d9e commit 5d7618c

File tree

4 files changed

+133
-20
lines changed

4 files changed

+133
-20
lines changed

examples/vapor_example/swift/Package.resolved

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vapor_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "vapor_example",
77
dependencies: [
8-
.package(url: "https://github.com/vapor/vapor.git", exact: "4.93.1"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.94.0"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.9.0"),
1010
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.6.0"),
1111
]

examples/vapor_example/swift/deps.bzl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def swift_dependencies():
148148
# version: 2.58.0
149149
swift_package(
150150
name = "swiftpkg_swift_nio",
151-
commit = "702cd7c56d5d44eeba73fdf83918339b26dc855c",
151+
commit = "359c461e5561d22c6334828806cc25d759ca7aa6",
152152
dependencies_index = "@//swift:deps_index.json",
153153
remote = "https://github.com/apple/swift-nio.git",
154154
)
@@ -193,10 +193,18 @@ def swift_dependencies():
193193
remote = "https://github.com/apple/swift-numerics",
194194
)
195195

196+
# version: 1.2.1
197+
swift_package(
198+
name = "swiftpkg_swift_system",
199+
commit = "025bcb1165deab2e20d4eaba79967ce73013f496",
200+
dependencies_index = "@//swift:deps_index.json",
201+
remote = "https://github.com/apple/swift-system.git",
202+
)
203+
196204
# version: 4.81.0
197205
swift_package(
198206
name = "swiftpkg_vapor",
199-
commit = "0311f9a7eadf5117808c50dd2c7d3cfd6b95d064",
207+
commit = "4c80aab7a46860920022e03ced012bca3a71b06b",
200208
dependencies_index = "@//swift:deps_index.json",
201209
remote = "https://github.com/vapor/vapor.git",
202210
)

examples/vapor_example/swift/deps_index.json

Lines changed: 109 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@
399399
"NIOConcurrencyHelpers",
400400
"NIOFoundationCompat",
401401
"NIOWebSocket",
402-
"NIOTestUtils"
402+
"NIOTestUtils",
403+
"_NIOFileSystem",
404+
"_NIOFileSystemFoundationCompat"
403405
]
404406
},
405407
{
@@ -418,7 +420,9 @@
418420
"NIOHTTP1",
419421
"NIOFoundationCompat",
420422
"NIOWebSocket",
421-
"NIOTestUtils"
423+
"NIOTestUtils",
424+
"_NIOFileSystem",
425+
"_NIOFileSystemFoundationCompat"
422426
]
423427
},
424428
{
@@ -449,7 +453,9 @@
449453
"NIOHTTP1",
450454
"NIOFoundationCompat",
451455
"NIOWebSocket",
452-
"NIOTestUtils"
456+
"NIOTestUtils",
457+
"_NIOFileSystem",
458+
"_NIOFileSystemFoundationCompat"
453459
]
454460
},
455461
{
@@ -478,7 +484,9 @@
478484
"NIOHTTP1",
479485
"NIOFoundationCompat",
480486
"NIOWebSocket",
481-
"NIOTestUtils"
487+
"NIOTestUtils",
488+
"_NIOFileSystem",
489+
"_NIOFileSystemFoundationCompat"
482490
]
483491
},
484492
{
@@ -514,7 +522,9 @@
514522
"NIOConcurrencyHelpers",
515523
"NIOFoundationCompat",
516524
"NIOWebSocket",
517-
"NIOTestUtils"
525+
"NIOTestUtils",
526+
"_NIOFileSystem",
527+
"_NIOFileSystemFoundationCompat"
518528
]
519529
},
520530
{
@@ -533,7 +543,9 @@
533543
"NIOHTTP1",
534544
"NIOFoundationCompat",
535545
"NIOWebSocket",
536-
"NIOTestUtils"
546+
"NIOTestUtils",
547+
"_NIOFileSystem",
548+
"_NIOFileSystemFoundationCompat"
537549
]
538550
},
539551
{
@@ -553,6 +565,16 @@
553565
"NIOTestUtils"
554566
]
555567
},
568+
{
569+
"name": "NIOFileSystem",
570+
"c99name": "NIOFileSystem",
571+
"src_type": "swift",
572+
"label": "@swiftpkg_swift_nio//:NIOFileSystem.rspm",
573+
"package_identity": "swift-nio",
574+
"product_memberships": [
575+
"_NIOFileSystem"
576+
]
577+
},
556578
{
557579
"name": "NIOFoundationCompat",
558580
"c99name": "NIOFoundationCompat",
@@ -589,7 +611,9 @@
589611
"NIOHTTP1",
590612
"NIOFoundationCompat",
591613
"NIOWebSocket",
592-
"NIOTestUtils"
614+
"NIOTestUtils",
615+
"_NIOFileSystem",
616+
"_NIOFileSystemFoundationCompat"
593617
]
594618
},
595619
{
@@ -638,7 +662,9 @@
638662
"NIOHTTP1",
639663
"NIOFoundationCompat",
640664
"NIOWebSocket",
641-
"NIOTestUtils"
665+
"NIOTestUtils",
666+
"_NIOFileSystem",
667+
"_NIOFileSystemFoundationCompat"
642668
]
643669
},
644670
{
@@ -667,7 +693,30 @@
667693
"NIOHTTP1",
668694
"NIOFoundationCompat",
669695
"NIOWebSocket",
670-
"NIOTestUtils"
696+
"NIOTestUtils",
697+
"_NIOFileSystem",
698+
"_NIOFileSystemFoundationCompat"
699+
]
700+
},
701+
{
702+
"name": "_NIOFileSystem",
703+
"c99name": "_NIOFileSystem",
704+
"src_type": "swift",
705+
"label": "@swiftpkg_swift_nio//:_NIOFileSystem.rspm",
706+
"package_identity": "swift-nio",
707+
"product_memberships": [
708+
"_NIOFileSystem",
709+
"_NIOFileSystemFoundationCompat"
710+
]
711+
},
712+
{
713+
"name": "_NIOFileSystemFoundationCompat",
714+
"c99name": "_NIOFileSystemFoundationCompat",
715+
"src_type": "swift",
716+
"label": "@swiftpkg_swift_nio//:_NIOFileSystemFoundationCompat.rspm",
717+
"package_identity": "swift-nio",
718+
"product_memberships": [
719+
"_NIOFileSystemFoundationCompat"
671720
]
672721
},
673722
{
@@ -841,6 +890,26 @@
841890
"RealModule"
842891
]
843892
},
893+
{
894+
"name": "CSystem",
895+
"c99name": "CSystem",
896+
"src_type": "clang",
897+
"label": "@swiftpkg_swift_system//:CSystem.rspm",
898+
"package_identity": "swift-system",
899+
"product_memberships": [
900+
"SystemPackage"
901+
]
902+
},
903+
{
904+
"name": "SystemPackage",
905+
"c99name": "SystemPackage",
906+
"src_type": "swift",
907+
"label": "@swiftpkg_swift_system//:SystemPackage.rspm",
908+
"package_identity": "swift-system",
909+
"product_memberships": [
910+
"SystemPackage"
911+
]
912+
},
844913
{
845914
"name": "CVaporBcrypt",
846915
"c99name": "CVaporBcrypt",
@@ -1173,6 +1242,18 @@
11731242
"type": "library",
11741243
"label": "@swiftpkg_swift_nio//:_NIOConcurrency"
11751244
},
1245+
{
1246+
"identity": "swift-nio",
1247+
"name": "_NIOFileSystem",
1248+
"type": "library",
1249+
"label": "@swiftpkg_swift_nio//:_NIOFileSystem"
1250+
},
1251+
{
1252+
"identity": "swift-nio",
1253+
"name": "_NIOFileSystemFoundationCompat",
1254+
"type": "library",
1255+
"label": "@swiftpkg_swift_nio//:_NIOFileSystemFoundationCompat"
1256+
},
11761257
{
11771258
"identity": "swift-numerics",
11781259
"name": "ComplexModule",
@@ -1191,6 +1272,12 @@
11911272
"type": "library",
11921273
"label": "@swiftpkg_swift_numerics//:RealModule"
11931274
},
1275+
{
1276+
"identity": "swift-system",
1277+
"name": "SystemPackage",
1278+
"type": "library",
1279+
"label": "@swiftpkg_swift_system//:SystemPackage"
1280+
},
11941281
{
11951282
"identity": "vapor",
11961283
"name": "Vapor",
@@ -1378,9 +1465,9 @@
13781465
"name": "swiftpkg_swift_nio",
13791466
"identity": "swift-nio",
13801467
"remote": {
1381-
"commit": "702cd7c56d5d44eeba73fdf83918339b26dc855c",
1468+
"commit": "359c461e5561d22c6334828806cc25d759ca7aa6",
13821469
"remote": "https://github.com/apple/swift-nio.git",
1383-
"version": "2.62.0"
1470+
"version": "2.65.0"
13841471
}
13851472
},
13861473
{
@@ -1429,13 +1516,22 @@
14291516
"version": "1.0.2"
14301517
}
14311518
},
1519+
{
1520+
"name": "swiftpkg_swift_system",
1521+
"identity": "swift-system",
1522+
"remote": {
1523+
"commit": "025bcb1165deab2e20d4eaba79967ce73013f496",
1524+
"remote": "https://github.com/apple/swift-system.git",
1525+
"version": "1.2.1"
1526+
}
1527+
},
14321528
{
14331529
"name": "swiftpkg_vapor",
14341530
"identity": "vapor",
14351531
"remote": {
1436-
"commit": "0311f9a7eadf5117808c50dd2c7d3cfd6b95d064",
1532+
"commit": "4c80aab7a46860920022e03ced012bca3a71b06b",
14371533
"remote": "https://github.com/vapor/vapor.git",
1438-
"version": "4.93.1"
1534+
"version": "4.94.0"
14391535
}
14401536
},
14411537
{

0 commit comments

Comments
 (0)