From db5746d32859655e3c82a399f1572aa2ee57876f Mon Sep 17 00:00:00 2001 From: Fabio Bente-Kappes Date: Fri, 26 Apr 2024 09:11:16 +0200 Subject: [PATCH] Update dependency XCLogParser to v0.2.39 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index e000e53..a04056a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -437,8 +437,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/MobileNativeFoundation/XCLogParser", "state" : { - "revision" : "e536e3009d391513a791e08b991d6fe413be0f9c", - "version" : "0.2.38" + "revision" : "62b4d62fd4ae5e2d22bd29f7423b327149bc0ecd", + "version" : "0.2.39" } }, { diff --git a/Package.swift b/Package.swift index 3f41fe9..c7a4b26 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( .library(name: "XCMetricsUtils", targets: ["XCMetricsUtils"]), ], dependencies: [ - .package(url: "https://github.com/MobileNativeFoundation/XCLogParser", from: "0.2.38"), + .package(url: "https://github.com/MobileNativeFoundation/XCLogParser", from: "0.2.39"), .package(url: "https://github.com/apple/swift-tools-support-core.git", exact: "0.2.7"), .package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.0.0-alpha.9"), .package(url: "https://github.com/apple/swift-nio.git", from: "2.32.3"),