From b98e23956bc000dbca381c68387f3ff1070b9ab7 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Thu, 19 Sep 2024 23:06:37 +0400 Subject: [PATCH] Package.swift: bump Sentry SDK to 8.36.0 + upgrade other packages (#905) * Package.swift: bump Sentry SDK to 8.36.0 * $ swift package update --- Package.resolved | 34 +++++++++++++++++----------------- Package.swift | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Package.resolved b/Package.resolved index 26c1d2e..e6d6722 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "2c514a4a1d7e106713db744bee89edb40d75da63e6611990ec2f4b0da53c0455", + "originHash" : "a10a6363a6d2cd2761653d1587b81f5e3d55b1f981b7d6a2964b34da91addf13", "pins" : [ { "identity" : "antlr4", @@ -7,7 +7,7 @@ "location" : "https://github.com/antlr/antlr4", "state" : { "branch" : "dev", - "revision" : "2703a8516c0fb7fe92db6b9c40e0113f577646d2" + "revision" : "2a7904a595479954ccfb1c78124fc3d7f5bebcb1" } }, { @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/groue/Semaphore", "state" : { - "revision" : "f1c4a0acabeb591068dea6cffdd39660b86dec28", - "version" : "0.0.8" + "revision" : "2543679282aa6f6c8ecf2138acd613ed20790bc2", + "version" : "0.1.0" } }, { @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "ef4fec9dfb8dd5027b09a4a5c9362feafd118e1a", - "version" : "8.24.0" + "revision" : "5575af93efb776414f243e93d6af9f6258dc539a", + "version" : "8.36.0" } }, { @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser", "state" : { - "revision" : "46989693916f56d1186bd59ac15124caef896560", - "version" : "1.3.1" + "revision" : "41982a3656a71c768319979febd796c6fd111d5c", + "version" : "1.5.0" } }, { @@ -61,7 +61,7 @@ "location" : "https://github.com/apple/swift-async-algorithms", "state" : { "branch" : "main", - "revision" : "f05e450f0b909c0e80670a47516c4b9700b9e5da" + "revision" : "5c8bd186f48c16af0775972700626f0b74588278" } }, { @@ -78,8 +78,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections.git", "state" : { - "revision" : "f504716c27d2e5d4144fa4794b12129301d17729", - "version" : "1.0.3" + "revision" : "9bf03ff58ce34478e66aaee630e491823326fd06", + "version" : "1.1.3" } }, { @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5", - "version" : "1.5.4" + "revision" : "9cb486020ebf03bfa5b5df985387a14a98744537", + "version" : "1.6.1" } }, { @@ -105,8 +105,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/fumoboy007/swift-retry", "state" : { - "revision" : "9f133487ffc2ab4539688c29efe57bb1ba31d7b0", - "version" : "0.2.3" + "revision" : "df9d7b185d2e433147ec0083a73c257e665eea0d", + "version" : "0.2.4" } }, { @@ -141,8 +141,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nicklockwood/SwiftFormat", "state" : { - "revision" : "9df3b01f477163b33d5e63c5e2e5b9f946a49c56", - "version" : "0.53.6" + "revision" : "ab6844edb79a7b88dc6320e6cee0a0db7674dac3", + "version" : "0.54.5" } }, { diff --git a/Package.swift b/Package.swift index 2abb9d6..a744ba1 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( .package(url: "https://github.com/antlr/antlr4", branch: "dev"), .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.24.0"), + .package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.36.0"), .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"),