Skip to content

Commit

Permalink
Update simd-json requirement from 0.13.4 to 0.14.3
Browse files Browse the repository at this point in the history
Updates the requirements on [simd-json](https://github.com/simd-lite/simd-json) to permit the latest version.
- [Commits](simd-lite/simd-json@v0.13.4...v0.14.3)

---
updated-dependencies:
- dependency-name: simd-json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 54b886c commit c733665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cfg-if = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
mime = "0.3.17"
simd-json = { version = "0.13.4", optional = true }
simd-json = { version = "0.14.3", optional = true }
thiserror = "1.0.50"

[features]
Expand Down

0 comments on commit c733665

Please sign in to comment.