Skip to content

Commit 3f5dceb

Browse files
Update dependency grpc/grpc-swift to v1.26.1 (#789)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bryce Buchanan <[email protected]>
1 parent 61093aa commit 3f5dceb

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
@@ -31,7 +31,7 @@ let package = Package(name: "opentelemetry-swift",
3131
],
3232
dependencies: [
3333
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
34-
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
34+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.26.1"),
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"),

0 commit comments

Comments
 (0)