diff --git a/Package.resolved b/Package.resolved index 56a226b..75ffb6f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "e856b4d9fb54886acacec061e1e934575c98ab37b5105409f2bacc603a2d3fc5", + "originHash" : "34c8e513e66c261274541220a42d4bc5d182e9b2e6dce8a74b200e5845d2b584", "pins" : [ { "identity" : "sparkle", "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "6276ba2b404829d139c45ff98427cf90e2efc59b", - "version" : "2.9.2" + "revision" : "eef1a539a373c1f1a320624b1130fc5de7b2e100", + "version" : "2.10.0" } } ], diff --git a/Package.swift b/Package.swift index b3b80fb..c03880c 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .executable(name: "Patchwright", targets: ["PatchwrightApp"]), ], dependencies: [ - .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.9.2"), + .package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.10.0"), ], targets: [ .target(name: "PatchwrightCore"),