diff --git a/Package.swift b/Package.swift index 7f23d66..d04233f 100644 --- a/Package.swift +++ b/Package.swift @@ -36,7 +36,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.1.0"), .package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.1.1"), - .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.1.0"), + .package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.1.1"), .package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"), ], targets: [