0.40.8
(fix): Fix unreachable pattern warnings in generated request structs by using
#[serde(skip)] instead of #[serde(skip_serializing)] for query parameter
fields that share serde rename targets with body fields.
(fix): Remove unused ReqwestExecutor struct and impl from the generated HTTP
client template.