Skip to content

Commit

Permalink
deps: switch back from our patched simd-json to release version 1…
Browse files Browse the repository at this point in the history
…4.0 with fixes
  • Loading branch information
jqnatividad committed Sep 23, 2024
1 parent e00da44 commit 04fa0a0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 12 deletions.
44 changes: 36 additions & 8 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ rfd = { version = "0.15", optional = true }
rust_decimal = { version = "1.36", default-features = false }
ryu = "1"
sanitize-filename = { version = "0.5", optional = true }
simd-json = "0.13"
simd-json = "0.14"
self_update = { version = "0.41", features = [
"archive-zip",
"compression-zip-deflate",
Expand Down Expand Up @@ -294,9 +294,6 @@ grex = { git = "https://github.com/pemistahl/grex", rev = "ff8533d" }
# use calamine 0.25.0 with unreleased fixes and select clippy lints
calamine = { git = "https://github.com/tafia/calamine", rev = "247c080" }

# use patched lexical core due to https://rustsec.org/advisories/RUSTSEC-2023-0086
simd-json = { git = "https://github.com/jqnatividad/simd-json", branch = "0.13.10_lexical-core"}

# use modernized version of local_encoding
local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }

Expand Down

0 comments on commit 04fa0a0

Please sign in to comment.