From db6d95906f98415e06661967ab326973a34afb27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 07:50:29 +0000 Subject: [PATCH] chore(spm): update dependency space-code/atomic to v1.1.1 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 01202e791..983496e7e 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( .package(url: "https://github.com/space-code/concurrency.git", exact: "0.2.0"), .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/atomic.git", exact: "1.1.0"), + .package(url: "https://github.com/space-code/atomic.git", exact: "1.1.1"), .package( url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.18.7"