Skip to content

Commit 6e79d5f

Browse files
Update dependency apple/swift-metrics to from: "2.7.0" (#782)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bryce Buchanan <[email protected]>
1 parent 92d0f28 commit 6e79d5f

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
@@ -34,7 +34,7 @@ let package = Package(name: "opentelemetry-swift",
3434
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
3535
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.2"),
3636
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.4"),
37-
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.1.1"),
37+
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0"),
3838
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0")
3939
],
4040
targets: [

0 commit comments

Comments
 (0)