modernize serde derive macro import
Switch from macro_use
on serde_derive
to importing the macros
directly from the serde
crate. We must still import the
serde_derive
crate because graphql_client
uses it.
Switch from macro_use
on serde_derive
to importing the macros
directly from the serde
crate. We must still import the
serde_derive
crate because graphql_client
uses it.