From 3f14d94ae9dac1f994adeb5a4efd129d423d320a Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 12:06:15 +0000 Subject: [PATCH] chore(deps): update dependency grpc/grpc-swift-protobuf to v2 --- examples/grpc_example/Package.resolved | 17 +++++++++++++---- examples/grpc_example/Package.swift | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/examples/grpc_example/Package.resolved b/examples/grpc_example/Package.resolved index a90527b80..1e1288d04 100644 --- a/examples/grpc_example/Package.resolved +++ b/examples/grpc_example/Package.resolved @@ -9,6 +9,15 @@ "version" : "2.2.2" } }, + { + "identity" : "grpc-swift-2", + "kind" : "remoteSourceControl", + "location" : "https://github.com/grpc/grpc-swift-2.git", + "state" : { + "revision" : "b0dda37645e3ea0a19f526ade4ec6d092d46b46f", + "version" : "2.0.0" + } + }, { "identity" : "grpc-swift-nio-transport", "kind" : "remoteSourceControl", @@ -23,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/grpc/grpc-swift-protobuf.git", "state" : { - "revision" : "5edbc18f5198887e8b2e64bddb60f4fe57acaaf4", - "version" : "1.2.0" + "revision" : "df605cde2957657a078eb754ed24f3a0e05d3f54", + "version" : "2.0.0" } }, { @@ -131,8 +140,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio-extras.git", "state" : { - "revision" : "24cb15c9bc05e3e9eb5ebaf3d28517d42537bfb1", - "version" : "1.27.1" + "revision" : "145db1962f4f33a4ea07a32e751d5217602eea29", + "version" : "1.28.0" } }, { diff --git a/examples/grpc_example/Package.swift b/examples/grpc_example/Package.swift index 62df127d9..a7e39a432 100644 --- a/examples/grpc_example/Package.swift +++ b/examples/grpc_example/Package.swift @@ -6,7 +6,7 @@ let package = Package( name: "grpc_example", dependencies: [ .package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.2"), - .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.2.0"), + .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.0.0"), .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.2"), .package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"), ]