diff --git a/Package.resolved b/Package.resolved index 2587c87..38c4ec9 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,22 @@ { - "originHash" : "13b6ee230881b8e7fadb2d933beaefeed8328468a503aca68b68376c7bb4c55d", + "originHash" : "6072236a1181047416cf2a6f8f3862eb6c484fd21a8a3148fe0911edd7fc88b9", "pins" : [ + { + "identity" : "csqlite", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stephencelis/CSQLite", + "state" : { + "revision" : "bdb5580e54cdf49251b365ea34e2651199473240", + "version" : "3.50.4" + } + }, { "identity" : "jwt-kit", "kind" : "remoteSourceControl", "location" : "https://github.com/vapor/jwt-kit.git", "state" : { - "revision" : "2033b3e661238dda3d30e36a2d40987499d987de", - "version" : "5.2.0" + "revision" : "a93a262fefb0938b799191b54f581ffa43422d96", + "version" : "5.5.0" } }, { @@ -123,8 +132,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-format.git", "state" : { - "revision" : "65f9da9aad84adb7e2028eb32ca95164aa590e3b", - "version" : "600.0.0" + "revision" : "62eaad2822b865407b8cde56c36386c00800f7ec", + "version" : "602.0.0" } }, { @@ -150,8 +159,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "5073617dac96330a486245e4c0179cb0a6fd2256", - "version" : "1.12.0" + "revision" : "a012e0ad8a8a72de92b0e008c81a9b793f70e73a", + "version" : "1.12.1" } }, { @@ -168,8 +177,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio.git", "state" : { - "revision" : "f71c8d2a5e74a2c6d11a0fbe324774b5d6084237", - "version" : "2.99.0" + "revision" : "57c0a08a331aaea9f5d7a932ad94ef43be942a95", + "version" : "2.100.0" } }, { @@ -231,8 +240,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { - "revision" : "0687f71944021d616d34d922343dcef086855920", - "version" : "600.0.1" + "revision" : "4799286537280063c85a32f09884cfbca301b1a1", + "version" : "602.0.0" } }, { diff --git a/Package.swift b/Package.swift index b04ef7f..b4cb12d 100644 --- a/Package.swift +++ b/Package.swift @@ -23,9 +23,9 @@ let package = Package( // Pin under 5.3.0: jwt-kit 5.3+ adds MLDSA support that pulls in // CryptoKit types only available on Swift 6.2+, but the SDK still // targets Swift 6.1 as the floor. - .package(url: "https://github.com/vapor/jwt-kit.git", "5.1.0"..<"5.3.0"), + .package(url: "https://github.com/vapor/jwt-kit.git", "5.1.0"..<"6.0.0"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.3"), - .package(url: "https://github.com/apple/swift-format.git", from: "600.0.0"), + .package(url: "https://github.com/apple/swift-format.git", from: "602.0.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.4.0"), ], targets: [