From 14609f141a36823421ae064c11dfe3d49678fcac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:02:48 +0000 Subject: [PATCH] chore(spm): update dependency space-code/log to v1.3.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d1a972338..e7061d19e 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/space-code/concurrency.git", exact: "0.3.1"), .package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.4.5"), - .package(url: "https://github.com/space-code/log.git", exact: "1.2.0"), + .package(url: "https://github.com/space-code/log.git", exact: "1.3.0"), .package(url: "https://github.com/space-code/atomic.git", exact: "1.1.1"), .package( url: "https://github.com/pointfreeco/swift-snapshot-testing",