From 30ecefa02c864ddc83403b081428cc518744c162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:10:04 +0000 Subject: [PATCH] Update dependency apple/swift-atomics to from: "1.2.0" --- _Packages/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_Packages/Package.swift b/_Packages/Package.swift index 4dae7cd..4994e62 100644 --- a/_Packages/Package.swift +++ b/_Packages/Package.swift @@ -8,7 +8,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"), - .package(url: "https://github.com/apple/swift-atomics", from: "1.1.0"), + .package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"), .package(url: "https://github.com/apple/swift-collections", from: "1.0.4"), .package(url: "https://github.com/apple/swift-crypto", from: "2.6.0"), .package(url: "https://github.com/apple/swift-numerics", from: "1.0.2"),