Skip to content

Commit dd703a2

Browse files
Update dependency apple/swift-protobuf to from: "1.30.0" (#788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a235bc4 commit dd703a2

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
@@ -32,7 +32,7 @@ let package = Package(name: "opentelemetry-swift",
3232
dependencies: [
3333
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
3434
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
35-
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.20.2"),
35+
.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"),
3838
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0")

0 commit comments

Comments
 (0)