Motivation:
Support for Sendable was added to swift-nio-http2 in 1.22.0 so the
`@preconcurrency` import of `NIOHPACK` is no longer required (and
produces warnings).
Modifications:
- Update minimum HTTP/2 version
- Remove `@preconcurrency` from `NIOHPACK` imports
Result:
Fewer warnings