Skip to content

Commit

Permalink
build(rust): update simd-json requirement from 0.11 to 0.12 (#11871)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent e21c1a7 commit c2562d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11", features = ["allow-non-simd", "known-key"] }
simd-json = { version = "0.12", features = ["known-key"] }
smartstring = "1"
sqlparser = "0.38"
strum_macros = "0.25"
Expand Down
4 changes: 2 additions & 2 deletions py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2562d8

Please sign in to comment.