Skip to content

Commit 49e128c

Browse files
Update dependency apple/swift-atomics to from: "1.3.0" (open-telemetry#795)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db75ddb commit 49e128c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let package = Package(name: "opentelemetry-swift",
3535
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.30.0"),
3636
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.3"),
3737
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0"),
38-
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0")
38+
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.3.0")
3939
],
4040
targets: [
4141
.target(name: "OpenTelemetryApi",

0 commit comments

Comments
 (0)