Skip to content

Commit f215d2c

Browse files
Bump simd-json from 0.16.0 to 0.17.0
Bumps [simd-json](https://github.com/simd-lite/simd-json) from 0.16.0 to 0.17.0. - [Commits](simd-lite/simd-json@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: simd-json dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be5997a commit f215d2c

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/javy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rmp-serde = { version = "^1.3", optional = true }
2525
quickcheck = "1"
2626
bitflags = "2.10.0"
2727
fastrand = "2.3.0"
28-
simd-json = { version = "0.16.0", optional = true, default-features = false, features = [
28+
simd-json = { version = "0.17.0", optional = true, default-features = false, features = [
2929
"big-int-as-float",
3030
"serde_impl",
3131
] }

0 commit comments

Comments
 (0)