Skip to content

Commit

Permalink
source-http-ingest: remove arbitrary_precision feature
Browse files Browse the repository at this point in the history
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
psFried committed Sep 13, 2024
1 parent ec5b2aa commit 37150fb
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 431 deletions.
Loading

0 comments on commit 37150fb

Please sign in to comment.