mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update simd-json to version 0.6.0
This commit is contained in:
parent
46a2943a25
commit
2e6d5acae2
2 changed files with 6 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ anyhow = "1"
|
|||
hashbrown = { version = "0.12", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = { version = "0.5", features = ["allow-non-simd"] }
|
||||
simd-json = { version = "0.6", features = ["allow-non-simd"] }
|
||||
tungstenite = "0.17"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue