Skip to content

Commit

Permalink
build(rust): update simd-json requirement from 0.12 to 0.13 (#12158)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stijn de Gooijer <[email protected]>
  • Loading branch information
dependabot[bot] and stinodego authored Nov 1, 2023
1 parent dc734f1 commit 32b47a8
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 257 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rayon = "1.8"
regex = "1.9"
serde = "1.0.188"
serde_json = "1"
simd-json = { version = "0.12", features = ["known-key"] }
simd-json = { version = "0.13", features = ["known-key"] }
smartstring = "1"
sqlparser = "0.38"
strum_macros = "0.25"
Expand Down
Loading

0 comments on commit 32b47a8

Please sign in to comment.