Update minimum Swift NIO version (#573)
Motivation:
The minimum NIO version is quite old and there have been a number of bug
fixes since which have fixed issues we've seen in gRPC. We should
enforce users to use a newer version so that they will not see these
issues.
Modifications:
- Update our minimum NIO version to 2.7.1.
- Also bump gRPC alpha version in README
Result:
NIO is more up-to-date.