Skip to content

Commit 7bb228f

Browse files
authored
Merge branch 'main' into conversion-benchmark
2 parents e2c97b7 + 977f0f1 commit 7bb228f

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
@@ -28,7 +28,7 @@ let package = Package(
2828
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.1"),
2929
.package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"),
3030
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.24.1"),
31-
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.28.2"),
31+
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.31.0"),
3232
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.25.2"),
3333
],
3434
targets: [

0 commit comments

Comments
 (0)