mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Upgrade simd-json
This commit is contained in:
parent
c8bb648d23
commit
1028dcc709
2 changed files with 12 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ anyhow = "1"
|
|||
hashbrown = { version = "0.11.2", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = { version = "0.3", features = ["allow-non-simd"] }
|
||||
simd-json = { version = "0.4.7", features = ["allow-non-simd"] }
|
||||
tungstenite = "0.13"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue