From 60723aea9e574b41ea72a0ec7d1264eba1fced1f Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:07:03 +0000 Subject: [PATCH] chore(deps): update dependency nicklockwood/swiftformat to from: "0.58.3" --- examples/pkg_manifest_minimal/Package.resolved | 4 ++-- examples/pkg_manifest_minimal/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pkg_manifest_minimal/Package.resolved b/examples/pkg_manifest_minimal/Package.resolved index 91c43099b..ede836b80 100644 --- a/examples/pkg_manifest_minimal/Package.resolved +++ b/examples/pkg_manifest_minimal/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nicklockwood/SwiftFormat", "state" : { - "revision" : "0fa1f65333a8bb3934e21dcca1c21e6ff4f83720", - "version" : "0.58.2" + "revision" : "de413fec1d5ab86fa61fa90b771063d2702440dc", + "version" : "0.58.3" } } ], diff --git a/examples/pkg_manifest_minimal/Package.swift b/examples/pkg_manifest_minimal/Package.swift index 964d78c61..00f09101f 100644 --- a/examples/pkg_manifest_minimal/Package.swift +++ b/examples/pkg_manifest_minimal/Package.swift @@ -7,7 +7,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"), .package(url: "https://github.com/apple/swift-log", from: "1.6.4"), - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.58.2"), + .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.58.3"), .package(path: "third_party/my_local_package"), .package(path: "third_party/NotThatAmazingModule"), ]