Bump grpc dependencies to resolve iisues with mac/centos. (#68) Admittedly I didn't do much digging but with a simple MacOS Big Sur / Centos environment, grpc ran into issues with netty... IllegalArgumentException: decode only works with an entire header block! which can be found here: https://netty.io/4.1/xref/io/netty/handler/codec/http2/HpackDecoder.html#456. Bumping grpc to latest resolves it. Co-authored-by: Ian V Koeppe <[email protected]>