clickhouse.rs icon indicating copy to clipboard operation
clickhouse.rs copied to clipboard

Add features derive to serde

Open nrot opened this issue 2 years ago • 1 comments

Add features derive to serde and update sha-1, tokio-util, sealed to latest versions.

nrot avatar Jun 02 '22 08:06 nrot

Thanks for PR!

The derive feature isn't required by clickhouse.rs, it's possible to use impl Serialize without deriving.

Other updates are ok.

loyd avatar Jun 03 '22 03:06 loyd