mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-20 09:04:10 +00:00
Removed unnecessarey preserve_order feature for serde_json. More reliable serialization-desetislization of sqlx-data.json. Added unit tests for sqlx-data.json serialization-deserialization
Signed-off-by: Vyacheslav Gudkov <vyacheslav.gudkov@dsr-corporation.com>
This commit is contained in:
committed by
Ryan Leckey
parent
fd828fed14
commit
674d89bbab
@@ -36,7 +36,7 @@ url = { version = "2.1.1", default-features = false }
|
||||
async-trait = "0.1.30"
|
||||
console = "0.11.3"
|
||||
dialoguer = "0.7.1"
|
||||
serde_json = { version = "1.0.53", features = ["preserve_order"] }
|
||||
serde_json = "1.0.53"
|
||||
serde = { version = "1.0.110", features = ["derive"] }
|
||||
glob = "0.3.0"
|
||||
openssl = { version = "0.10.30", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user