Skip to content

Commit

Permalink
Bump simd-json from 0.14.0-rc.3 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [simd-json](https://github.com/simd-lite/simd-json) from 0.14.0-rc.3 to 0.14.0.
- [Commits](simd-lite/simd-json@v0.14.0-rc.3...v0.14.0)

---
updated-dependencies:
- dependency-name: simd-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 65a6b4c commit b12f1ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rmp-serde = { version = "^1.3", optional = true }
quickcheck = "1"
bitflags = { workspace = true }
fastrand = "2.1.1"
simd-json = { version = "0.14.0-rc.3", optional = true, default-features = false, features = [
simd-json = { version = "0.14.0", optional = true, default-features = false, features = [
"big-int-as-float",
"serde_impl",
] }
Expand Down

0 comments on commit b12f1ae

Please sign in to comment.