diff --git a/Package.resolved b/Package.resolved index e000e53..053900a 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" : "0b908a0476f3ef03538455442eff39d8afe8cc10", + "version" : "0.2.48" } }, { diff --git a/Package.swift b/Package.swift index 3f41fe9..082bbb9 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.48"), .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"),