From 7a5668d15ce0229380c729ea379e2b315fd4b22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:08:06 +0000 Subject: [PATCH] chore(deps): bump the swift-dependencies group with 4 updates Bumps the swift-dependencies group with 4 updates: [github.com/apple/swift-log](https://github.com/apple/swift-log), [github.com/apple/swift-nio](https://github.com/apple/swift-nio), [github.com/vapor/jwt-kit](https://github.com/vapor/jwt-kit) and [github.com/apple/swift-format](https://github.com/apple/swift-format). Updates `github.com/apple/swift-log` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/apple/swift-log/releases) - [Commits](https://github.com/apple/swift-log/compare/1.12.0...1.12.1) Updates `github.com/apple/swift-nio` from 2.99.0 to 2.100.0 - [Release notes](https://github.com/apple/swift-nio/releases) - [Commits](https://github.com/apple/swift-nio/compare/2.99.0...2.100.0) Updates `github.com/vapor/jwt-kit` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/vapor/jwt-kit/releases) - [Commits](https://github.com/vapor/jwt-kit/compare/5.2.0...5.5.0) Updates `github.com/apple/swift-format` from 600.0.0 to 602.0.0 - [Release notes](https://github.com/apple/swift-format/releases) - [Commits](https://github.com/apple/swift-format/compare/600.0.0...602.0.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-log dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swift-dependencies - dependency-name: github.com/apple/swift-nio dependency-version: 2.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-dependencies - dependency-name: github.com/vapor/jwt-kit dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-dependencies - dependency-name: github.com/apple/swift-format dependency-version: 602.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: swift-dependencies ... Signed-off-by: dependabot[bot] --- Package.resolved | 31 ++++++++++++++++++++----------- Package.swift | 4 ++-- 2 files changed, 22 insertions(+), 13 deletions(-) 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: [