config: Bump minimum serde_json version to 1.0.45

This is the version which introduced Map's append function, used in
Config::add.
This commit is contained in:
James McCoy 2022-01-01 23:24:24 -05:00
parent 4ee52ee99e
commit 8e698371a2
No known key found for this signature in database
GPG key ID: DFE691AE331BA3DB

View file

@ -16,5 +16,5 @@ dirs = "3.0"
serde = { version = "1.0.130", features = ["derive"] }
[dependencies.serde_json]
version = "1.0"
version = "1.0.45"
features = ["preserve_order"]