lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

Update chrono and use serde features that fix build errors #18

Closed ElvisYong closed 2 years ago

ElvisYong commented 2 years ago

Fix build errors caused by RowAccessPolicy where DateTime from chronos does not implement Serialize.

image

lquerel commented 2 years ago

Thanks for this PR. I just replaced Chrone with Time to fix a security issue. That also should fix the issue you raised. Please open a ticket issue if it's not the case.