Skip to content

Commit 2c5d40c

Browse files
committed
chore: update simd-json to v0.17
1 parent 32d664f commit 2c5d40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { version = "1.0", optional = true, features = [ "derive" ] }
2020
serde-aux = { version = "4.4", optional = true }
2121
uuid = { version = "1.11", optional = true }
2222
reqwest = { version = "0.12", default-features = false, optional = true, features = [ "charset", "http2" ] }
23-
simd-json = { version = "0.15", optional = true }
23+
simd-json = { version = "0.17", optional = true }
2424
url = { version = "2.5", optional = true }
2525
rand = { version = "0.9", optional = true }
2626
regex = { version = "1.11", optional = true }

0 commit comments

Comments
 (0)