diff --git a/DarrarskiApp.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DarrarskiApp.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4fb8599..5863f5f 100644 --- a/DarrarskiApp.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DarrarskiApp.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "ddc2652b5d32a052b95d4ccca7cdca41f0a42315e133f29629381f5b96f5f762", + "originHash" : "8e259585f127cf26d3f3659936668078ce3737a9f8f073c221211042c1410c44", "pins" : [ { "identity" : "combine-schedulers", @@ -123,8 +123,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-syntax", "state" : { - "revision" : "64889f0c732f210a935a0ad7cda38f77f876262d", - "version" : "509.1.1" + "revision" : "fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd", + "version" : "510.0.1" } }, { diff --git a/app/Package.swift b/app/Package.swift index 347840e..9894d55 100644 --- a/app/Package.swift +++ b/app/Package.swift @@ -19,7 +19,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git", from: "1.1.1"), .package(url: "https://github.com/TelemetryDeck/SwiftClient.git", from: "1.5.0"), - .package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"), + .package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.0"), .package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.10.1"), .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.7.1"), .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.0"),