Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-http-ingest: remove arbitrary_precision feature
Removes the `arbitrary_precision` feature from the `serde_json` dependency, because it breaks parsing of floats with `pbjson`. The `pbjson` crate has special handling for parsing numbers, which doesn't work if the `arbitrary_precision` feature is enabled. Also updates all dependencies.
- Loading branch information