diff --git a/examples/grpc_example/Package.resolved b/examples/grpc_example/Package.resolved index a90527b80..a360ee7fe 100644 --- a/examples/grpc_example/Package.resolved +++ b/examples/grpc_example/Package.resolved @@ -9,13 +9,22 @@ "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", "location" : "https://github.com/grpc/grpc-swift-nio-transport.git", "state" : { - "revision" : "030b9aaa2df294a99b48b86465a6c0a1ea3f33ee", - "version" : "1.2.2" + "revision" : "e3069431c4e640c39e16342b318b39d2ac458c67", + "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..5da6d79b6 100644 --- a/examples/grpc_example/Package.swift +++ b/examples/grpc_example/Package.swift @@ -7,7 +7,7 @@ let package = Package( 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-nio-transport.git", exact: "1.2.2"), + .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.0.0"), .package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"), ] )