From 8248f199432cc3e1af66ae6e62ae315a68dd5e02 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Wed, 28 May 2025 19:06:10 -0400 Subject: [PATCH] Update sentry (#1079) --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index f9b79b3..2296106 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "fe99b8634d39cad3971bde2180657a2bf711968e2e9cf5e3823bc51ea1530663", + "originHash" : "90af6efa7ed1bbb0cd6985eb109c1e265a223a697b7fbaae2453206a892180e7", "pins" : [ { "identity" : "antlr4", @@ -60,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "5575af93efb776414f243e93d6af9f6258dc539a", - "version" : "8.36.0" + "revision" : "65b3d2a7608685e8d4a37c68fa2c64f28d0b537e", + "version" : "8.51.1" } }, { diff --git a/Package.swift b/Package.swift index bed3be8..65ebd16 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package(url: "https://github.com/antlr/antlr4", exact: "4.13.2"), .package(url: "https://github.com/apple/swift-atomics.git", .upToNextMajor(from: "1.2.0")), .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.6"), - .package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.36.0"), + .package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.51.1"), .package(url: "https://github.com/cfilipov/TextTable", branch: "master"), .package(url: "https://github.com/sersoft-gmbh/swift-sysctl.git", from: "1.8.0"), .package(url: "https://github.com/orchetect/SwiftRadix", from: "1.3.1"),