From cdf3ae2c22e7a443f756533cd73869cd10875aaf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Mar 2021 12:18:09 +0000 Subject: [PATCH] Update dependency apple/swift-log to from: "1.4.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d73ca47..58258f9 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/PDF-Archiver/LogModel.git", from: "0.0.4"), - .package(url: "https://github.com/apple/swift-log.git", from: "1.4.1") + .package(url: "https://github.com/apple/swift-log.git", from: "1.4.2") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.